Package se.chalmers.cs.gf.parse

General parsing functionality.

See:
          Description

Interface Summary
Parser Interface for all parsers from text to abstract syntax.
 

Class Summary
ParseDecimal Parses a decimal number to the numerals abstract syntax.
ParseLogger Handles logging for the parsing package.
Parsers A collection of parsers.
ParseTree Parse a the parenthesized pre-order representation of abstract syntax use in GF.
Token  
 

Enum Summary
Token.Type  
 

Package se.chalmers.cs.gf.parse Description

General parsing functionality.