Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@sdl_parser_SDLParser.hrl
Raw

include/mochi@sdl_parser_SDLParser.hrl

-record(s_d_l_parser, {
lexer :: mochi@sdl_lexer:s_d_l_lexer_state(),
current :: {ok, mochi@sdl_lexer:s_d_l_token_with_position()} |
{error, mochi@sdl_lexer:s_d_l_lexer_error()}
}).