Current section
Files
Jump to
Current section
Files
include/mochi@internal@sdl_parser_SdlParser.hrl
-record(sdl_parser, {
lexer :: mochi@internal@sdl_lexer:sdl_lexer_state(),
current :: {ok, mochi@internal@sdl_lexer:sdl_token_with_position()} |
{error, mochi@internal@sdl_lexer:sdl_lexer_error()}
}).