Current section

Files

Jump to
geckolex include gecko@lexer_Token.hrl
Raw

include/gecko@lexer_Token.hrl

-record(token, {
wrapper :: gecko@lexer:naked(),
token_type :: fun((binary()) -> any()),
word :: binary()
}).