menu
puredartlua package
documentation
lua/passes/lexer.dart
Token
Token.new constructor
Token.new constructor
dark_mode
light_mode
Token
constructor
Token
(
TokenType
type
,
String
lexeme
,
StreamPos
pos
)
Implementation
Token(this.type, this.lexeme, this.pos);
puredartlua package
documentation
lua/passes/lexer
Token
Token.new constructor
Token class