Grammar to parser classes 2p

License: Free ‎File size: N/A
‎Users Rating: 3.5/5 - ‎2 ‎votes

ABOUT Grammar to parser classes

C++ template classes for declaring non-left recursive grammars (in BNF) directly in the code as set of compound classes. Includes implementation of regular expression parser - regexp_parser. Supports wide char. See http://grammar2parser.sourceforge.net/