Skip to content

hayleigh-dot-dev/gleam-string-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

96da4ea Β· Mar 1, 2022

History

21 Commits
Jan 30, 2022
Mar 31, 2021
Mar 1, 2022
Jan 30, 2022
Jan 30, 2022
Mar 31, 2021
Jan 30, 2022
Jan 30, 2022

Repository files navigation

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