Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 427 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 427 Bytes

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
]}.