Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).