Packages

🍪 Lexer step + parser combinators + great error messages [nibble fork]

Current section

Files

Jump to
chomp include chomp@lexer_Token.hrl
Raw

include/chomp@lexer_Token.hrl

-record(token, {span :: chomp@span:span(), lexeme :: binary(), value :: any()}).