- Stable release
1.0.5
- Status
Feature complete
- Maintainer
- Description
A general purpose parser module
- custom EBNF grammar
- Check for left recursion in grammar by the grammar compiler.
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.
- <Bullet pointed list of problems>
Required Repositories ================
- xcommon git@github.com:xcore/xcommon.git
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.