Skip to content

hayleigh-dot-dev/gleam-string-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Contributors 4

  •  
  •  
  •  
  •  

Languages