beaver.comp |
|
Java Source File Name | Type | Comment |
Action.java | Class | This class abstracts an action that is performed by an automaton when it's in some state and
a specified symbol has arrived. |
Configuration.java | Class | This class represents an LALR item or a parser configuration. |
ParserGenerator.java | Class | This class provides parser generation driving routines. |
ParsingTables.java | Class | Action tables of the automaton. |
State.java | Class | This class represents LALR state. |