https://github.com/ckampfe/parsex
parser combinators
https://github.com/ckampfe/parsex
Last synced: about 1 year ago
JSON representation
parser combinators
- Host: GitHub
- URL: https://github.com/ckampfe/parsex
- Owner: ckampfe
- License: mit
- Created: 2015-08-30T05:33:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-26T02:50:22.000Z (almost 10 years ago)
- Last Synced: 2025-02-01T20:11:21.160Z (over 1 year ago)
- Language: Elixir
- Homepage:
- Size: 103 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.