My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

CoCoLR

The initiation of this OPEN SOURCE compiler is to compile a language for making LR(k) compiler capable of doing "in-file additive compiling" since every structure of the result is "restorable" in sense of used in a graphical editor like eclipse or netbeans.

The language describes languages with BNF. The resulting compiler is "layered" to several levels. The symbol table will be additive too, and barely need additional codes. The compiler will produce AST (Abstract syntax tree) instead of plain user-define "union"s like in yacc. Intended to be directly used on Eclipse as a plugin.

Powered by Google Project Hosting