XTL  0.1
eXtended Template Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Text parsing and AST generation library

Grammars are defined using classes and macros in the xtd::parse namespace. More...

Namespaces

 xtd::parse
 Grammar and AST declarations.
 

Data Structures

class  xtd::parser< _RuleT, _IgnoreCase, _WhitespaceT >
 Main parser class. More...
 

Detailed Description

Grammars are defined using classes and macros in the xtd::parse namespace.

The fully constructed AST from the start rule is created and returned from xtd::parse<>::parse() if the parse succeeds.