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 year 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T12:35:55.000Z (almost 7 years ago)
- Last Synced: 2025-02-14T15:47:41.447Z (over 1 year 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).