Packages

Binary and string parser combinator library for Gleam

Current section

Files

Jump to
bitty include bitty_Parser.hrl
Raw

include/bitty_Parser.hrl

-record(parser, {run :: fun((bitty:state()) -> bitty:step(any()))}).