This summary page is auto-generated from the github repository. Click here to visit the main repository page.
Stable release: | 1.0.4 |
---|---|
Status: | Feature complete |
Maintainer: | Raffaele Bacchi |
Description: | A general purpose parser module |
CompParser: a module for parsing data according to a compiled grammar. EbnfGrammarCompiler: a module to generate compiled grammar from an EBNF like grammar. ExpressionParser: a demo usage of the parser modules that implements an expression interpreter. XmlParser: a demo usage of the parser modules that builds a tree structure that reflects the element structure of an xml source.
Issues may be submitted via the Issues tab in this github repo. Response to any issues submitted are at the discretion of the maintainer of this component.