Packages

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

Current section

Files

Jump to
chomp include chomp@lexer_Matcher.hrl
Raw

include/chomp@lexer_Matcher.hrl

-record(matcher, {
run :: fun((any(), binary(), binary()) -> chomp@lexer:match(any(), any()))
}).