Skip to content

Python LL(k) parser for arbitrary context-free grammars

License

Notifications You must be signed in to change notification settings

GabrielMajeri/LL-K-Parser

Repository files navigation

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.

About

Python LL(k) parser for arbitrary context-free grammars

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages