Package org.inxar.syntacs.grammar

Declares interfaces which are common to both regular and context free grammars.

See:
          Description

Interface Summary
Token A Token is the compile-time abstraction between different syntax analysis stages in a front end of a compiler, typically the Lexer Parser interface.
 

Package org.inxar.syntacs.grammar Description

Declares interfaces which are common to both regular and context free grammars.