Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hatamiarash7/ll1_parser

Python LL1 Parser
https://github.com/hatamiarash7/ll1_parser

compile compiler-construction compiler-design first-and-follow-sets ll1 ll1-grammar ll1-parser parsing-table python

Last synced: about 1 month ago
JSON representation

Python LL1 Parser

Awesome Lists containing this project

README

        

## LL1 Parser

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/hatamiarash7/LL1_Parser/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/hatamiarash7/LL1_Parser/?branch=master)

LL1 parser written in Python

### Parser Features
* First and Follow Sets
* Build Parsing Table
* Take String and check whether the string is accepted or rejected by the grammar