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