Packages

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

Current section

Files

Jump to
chomp include chomp@pratt_Config.hrl
Raw

include/chomp@pratt_Config.hrl

-record(config, {
one_of :: list(fun((chomp@pratt:config(any(), any(), any(), any())) -> chomp:parser(any(), any(), any(), any()))),
or_error :: any(),
and_then_one_of :: list(chomp@pratt:operator(any(), any(), any(), any()))
}).