A simple parser combinator library built in Gleam.
# Run the eunit tests
rebar3 eunit
# Run the Erlang REPL
rebar3 shell
If available in Hex
this package can be installed by adding simple_parser
to your rebar.config
dependencies:
{deps, [
string_parser
]}.