An open API service indexing awesome lists of open source software.

https://github.com/ckampfe/parsex

parser combinators
https://github.com/ckampfe/parsex

Last synced: about 1 year ago
JSON representation

parser combinators

Awesome Lists containing this project

README

          

Parsex
======

Parsex is an attempt to implement GLL parsers in Elixir as per [this guide](https://github.com/epsil/gll).

# Combinators

- string literal
- epsilon
- regex
- concatenation
- ordered choice
- then

See the [documentation](https://ckampfe.github.io/parsex/api-reference.html) for examples.