[ANN] New script engine (Basic sintax)

Discussion in 'Chit Chat' started by MKTMK, Aug 22, 2005.

Thread Status:
Not open for further replies.
  1. MKTMK

    MKTMK New Member

    Joined:
    Aug 22, 2005
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    Hello.

    Our firm has developed the interpreter of language Basic "Open Basic".

    Versions for Windows (BCB60, MSVC7) and Linux (GCC 3.2.2) are accessible.

    The full interpreter, without virtual machines.

    English page:
    http://www.mktmk.narod.ru/eng/ob/ob.htm

    IDE for Open Basic (it is written on BCB60):
    http://www.mktmk.narod.ru/eng/ide_ob/ide_ob.htm

    Open Basic (OB) is realization of the interpreter of language Basic.
    OB is developed for embed to user application as a script language.
    User may attach (connect) user function to Open Basic execution system.

    The user functions can be written on C/C++, assembler or others languages.

    The user functions can receive parameters from the Basic-program and return
    results to Basic-program.

    Program interface of user functions allows determine type and order of
    parameters at run-time.

    OB realizes a subset of commands of language Basic.

    OB it is written completely on C++ and it is realized as a class with a
    name ob_obasic.

    OB supports data of three types: floating point, signed integer,
    and string and arrays of these types.

    OB has multithread-safe code.

    All libraries is freeware.

    Yours faithfully
    MKTMK Software Company
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice