#include <grammar.h>
Public Methods | |
Grammar () | |
bool | read_grammar (char * filename) |
NonTerminal* | get_distinguished_symbol () |
void | Print () |
bool | Check () |
void | PrintProductions (GrammarSymbol *sym) |
GrammarSymbol* | get_symbol (const String name,const bool terminal) |
|
|
|
|
|
|
|