Package org.oristool.lello.parse
Parsing of input strings.
-
Interface Summary Interface Description TerminalStream Represents a stream of terminal symbols, input to Lello parser. -
Class Summary Class Description LelloLexer Lello lexical analyzer (lexer).LelloParser Lello syntax analyzer (parser).ListTerminalStream An list-based implementation of TerminalStream.Terminal Represents a terminal symbol. -
Enum Summary Enum Description TerminalKind Represents the kind of a terminal symbol.