Package org.inxar.syntacs.analyzer

Declares interfaces which are either common or relevant to both lexical and syntactic analyzers.

See:
          Description

Interface Summary
Input The Input interface is responsible for presenting a raw character stream to the Lexer in a way that makes the lexing process easier.
Symbol Symbol is an abstraction of either a terminal or a nonterminal.
 

Package org.inxar.syntacs.analyzer Description

Declares interfaces which are either common or relevant to both lexical and syntactic analyzers.