Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielmajeri/ll-k-parser
Python LL(k) parser for arbitrary context-free grammars
https://github.com/gabrielmajeri/ll-k-parser
ll-parser python
Last synced: about 1 month ago
JSON representation
Python LL(k) parser for arbitrary context-free grammars
- Host: GitHub
- URL: https://github.com/gabrielmajeri/ll-k-parser
- Owner: GabrielMajeri
- License: mpl-2.0
- Created: 2019-04-26T17:30:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T12:35:55.000Z (over 5 years ago)
- Last Synced: 2024-11-05T09:47:24.977Z (3 months ago)
- Topics: ll-parser, python
- Language: Python
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# LL(k) parser
This repo implements a LL(k) parser framework which is able to construct
look-up tables for parsing any context-free grammar.## License
The code in this repo is licensed under the [Mozilla Public License Version 2.0](LICENSE.txt).