Skip to content

A parser combinator library in Gleam, heavily inspired by elm-parser

License

Notifications You must be signed in to change notification settings

Arkham/gleam_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gleam_parser

A Gleam program

Quick start

# Build the project
rebar3 compile

# Run the eunit tests
rebar3 eunit

# Run the Erlang REPL
rebar3 shell

Installation

If available in Hex this package can be installed by adding gleam_parser to your rebar.config dependencies:

{deps, [
    gleam_parser
]}.

About

A parser combinator library in Gleam, heavily inspired by elm-parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages