From a6683fc37b2ab46c9d5192590a3af4146eff4a3a Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 8 Apr 2010 11:33:54 -0400 Subject: [PATCH] updated README --- README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README b/README index 26d7410..45a38c7 100644 --- a/README +++ b/README @@ -1,3 +1,5 @@ -Imbecile is a parser generator. It targets C++ and auto-generates a class -heirarchy. It can read UTF-encoded parser description files and generate -parsers that can read UTF input. +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.