Uses of Interface
com.gengoai.parsing.Lexer
-
Packages that use Lexer Package Description com.gengoai.parsing -
-
Uses of Lexer in com.gengoai.parsing
Methods in com.gengoai.parsing that return Lexer Modifier and Type Method Description static Lexer
Lexer. create(TokenDef... tokens)
Creates a regular expression based lexer over the given token definitions.Methods in com.gengoai.parsing with parameters of type Lexer Modifier and Type Method Description static ParserGenerator
ParserGenerator. parserGenerator(Grammar grammar, Lexer lexer)
-