Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@parser_Parser.hrl
Raw

include/mochi@parser_Parser.hrl

-record(parser, {
tokens :: list(mochi@internal@lexer:token_with_position()),
position :: integer()
}).