Current section

Files

Jump to
geckolex include gecko_Lexer.hrl
Raw

include/gecko_Lexer.hrl

-record(lexer, {
toks :: list(fun((binary(), binary(), fun((binary()) -> any())) -> gleam@option:option({binary(),
gecko:token(any())}))),
eof :: any()
}).