Token
open class Token<T : TokenType>(val type: T, val value: String?, val start: Int, val end: Int)(source)
The input of the com.shakelang.shake.lexer.Lexer gets converted into Tokens. These get parsed by the parser
Since
0.1.0
The input of the com.shakelang.shake.lexer.Lexer gets converted into Tokens. These get parsed by the parser
0.1.0