gomscript News
Status: Beta
Brought to you by:
belaban
GOMscript is a C++/Java like interpreter, written in C++ in an object-oriented manner. Flex/Bison are used for parsing. An AST consisting of objects is created for each statement and then executed.
Plugins (shared libs) can be loaded at runtime and their functionality used in the interpreter.
GOMscript provides functions as well as classes and methods (OO).