Uses of Class
net.fauxpark.stringes.Lexer
-
Packages that use Lexer Package Description net.fauxpark.stringes The core Stringe classes. -
-
Uses of Lexer in net.fauxpark.stringes
Methods in net.fauxpark.stringes with parameters of type Lexer Modifier and Type Method Description <T,U>
UStringeReader. readToken(Lexer<T> rules, BiFunction<Stringe,T,U> tokenEmitter)
Reads the next token from the current position, then advances the position past it.
-