gleam-string-parser
210 |A simple parser combinator library built in Gleam.
211 |Quick start
212 |# Run the eunit tests
213 | rebar3 eunit
214 |
215 | # Run the Erlang REPL
216 | rebar3 shell
217 |
218 | Installation
219 |If available in Hex
220 | this package can be installed by adding simple_parser
to your rebar.config
dependencies:
{deps, [
222 | string_parser
223 | ]}.
224 |
225 |
226 |
227 |