From: Chad A. <ae...@ae...> - 2002-04-01 16:46:58
|
> lex, yacc, and regex all might have some learning overhead to try to > figure out how to specify grammars or the regex to use.. For my CS440 class, I chose to learn a lexer/parser generator called ANTLR (www.antlr.org). It's really cool. Although the tool is written in Java, you can develop C++ parsers and lexers. |