Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/purefunctor/purescript-packrat-parsing

Implements packrat parsing algorithms from: Packrat Parsing: a Practical Linear-Time Algorithm Backtracking by Bryan Ford in PureScript.
https://github.com/purefunctor/purescript-packrat-parsing

packrat-parsing parsing-algorithm purescript

Last synced: about 2 months ago
JSON representation

Implements packrat parsing algorithms from: Packrat Parsing: a Practical Linear-Time Algorithm Backtracking by Bryan Ford in PureScript.

Awesome Lists containing this project

README

        

# purescript-packrat-parsing
Implements packrat parsing algorithms from:
[Packrat Parsing: a Practical Linear-Time Algorithm Backtracking by Bryan Ford](https://pdos.csail.mit.edu/~baford/packrat/thesis/thesis.pdf)
in PureScript.