Name |
Description |
Flags |
|
PHPBuilder |
|
PHPWriter |
PHPWriter contains several code generation snippets that are used both by the Token and the Rule compiler |
ParserCompiler |
|
Pending |
Handles storing of information for an expression that applys to the next token, and deletion of that
information after applying |
Rule |
Rule parsing and code generation
A rule is the basic unit of a PEG. This parses one rule, and generates a function that will match on a string |
RuleSet |
|
Token |
A Token is any portion of a match rule. Tokens are responsible for generating the code to match against them. |
TokenExpressionable |
|
TokenExpressionedRecurse |
|
TokenLiteral |
|
TokenOption |
|
TokenRecurse |
|
TokenRegex |
|
TokenSequence |
|
TokenTerminal |
|
TokenWhitespace |
|