propane/README
2010-04-08 11:33:54 -04:00

6 lines
232 B
Plaintext

Imbecile is a bottom-up parser generator. It targets C++ and automatically
generates a class heirarchy for interacting with the parser.
Imbecile generates both a lexer and a parser based on the rules given to
it in the input file.