Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/purefunctor/purescript-packrat-parsing
- Owner: purefunctor
- License: bsd-3-clause
- Created: 2021-07-02T12:49:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T12:49:18.000Z (over 3 years ago)
- Last Synced: 2024-10-14T15:54:16.683Z (3 months ago)
- Topics: packrat-parsing, parsing-algorithm, purescript
- Language: PureScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.