updated README

This commit is contained in:
Josh Holtrop 2010-04-08 11:33:54 -04:00
parent 1ae6878fb1
commit a6683fc37b

8
README
View File

@ -1,3 +1,5 @@
Imbecile is a parser generator. It targets C++ and auto-generates a class Imbecile is a bottom-up parser generator. It targets C++ and automatically
heirarchy. It can read UTF-encoded parser description files and generate generates a class heirarchy for interacting with the parser.
parsers that can read UTF input.
Imbecile generates both a lexer and a parser based on the rules given to
it in the input file.