menu
puredartlua package
documentation
lua/passes/lexer.dart
Lexer
goto method
goto method
dark_mode
light_mode
goto
method
void
goto
(
StreamChar
char
)
Implementation
void goto(StreamChar char) => addToken(char.toToken(TokenType.kGoto));
puredartlua package
documentation
lua/passes/lexer
Lexer
goto method
Lexer class