Package org.ourgrid.common.spec.grammar

Interface Summary
Grammar This interface is one of the principal parts of the syntactical module of a compiler.
 

Class Summary
CommonGrammar From Project: Caymman(DSC/UFCG) Description: This class represents a LL(1) grammar.
Rule Project: Caymman(DSC/UFCG) Description: This class represents a rule of a grammar.
Symbol Project: Caymman(DSC/UFCG) Description: This class represents a symbol formed by (code + value + type), where type can be Symbol.TERMINAL,
Symbol.TERMINAL or Symbol.SEMANTIC_ACTION.