Class Lexer<T extends TokenType>

java.lang.Object
nz.org.riskscape.dsl.Lexer<T>

public class Lexer<T extends TokenType> extends Object

Converts a String in to a stream of Tokens for parsing in to an AST by the Parser.