Skip to content

kevindotklein/bazooka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bazooka

a parser combinator library

use as dependency (rebar3)

  1. rebar.config:
{deps, [
  {bazooka, {git, "https://github.com/kevindotklein/bazooka.git", {branch, "main"}}}
]}.
  1. shell:
$ rebar3 get-deps

compile and run tests

  1. compile:
$ rebar3 compile
  1. run tests:
$ rebar3 eunit

About

a parser combinator library written in erlang

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages