Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reusee/paza
parser combinator tools with support for direct/indirect left recursive grammars.
https://github.com/reusee/paza
Last synced: 3 months ago
JSON representation
parser combinator tools with support for direct/indirect left recursive grammars.
- Host: GitHub
- URL: https://github.com/reusee/paza
- Owner: reusee
- License: apache-2.0
- Created: 2015-01-25T06:02:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T10:31:11.000Z (over 5 years ago)
- Last Synced: 2024-07-31T21:54:45.977Z (6 months ago)
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-combinator-parsers - paza
README
# paza
parser combinator tools with support for direct/indirect left recursive grammars.based on Medeiros' algorithm http://arxiv.org/pdf/1207.0443