fri.patterns.interpreter.parsergenerator.syntax |
|
Java Source File Name | Type | Comment |
Rule.java | Class | A rule is a list of String symbols on the right side
and a nonterminal on the left side: "a ::= b c d;"
A nonterminal is represented as a String with no quotes,
every terminal must appear quoted by " or ' or ` (backquote). |
Syntax.java | Class | A Syntax is a Rule list that can be converted to a parser table. |
SyntaxException.java | Class | |
SyntaxUtil.java | Class | Utilities in conjunction with Syntax and its input structures. |