Package fri.patterns.interpreter.parsergenerator.syntax

Class Summary
Rule 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 A Syntax is a Rule list that can be converted to a parser table.
SyntaxUtil Utilities in conjunction with Syntax and its input structures.
 

Exception Summary
SyntaxException