Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@parser_UnexpectedToken.hrl
Raw

include/mochi@parser_UnexpectedToken.hrl

-record(unexpected_token, {
expected :: binary(),
got :: mochi@internal@lexer:token(),
position :: mochi@internal@lexer:position()
}).