Pegasus

Instrumentable Peg Parser for Elixir, based on NimbleParsec

For documentation on this peg format:

https://www.piumarta.com/software/peg/peg.1.html

Installation

def deps do
  [
    {:pegasus, "~> 0.2.4"}
  ]
end