Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hatamiarash7/ll1_parser
- Owner: hatamiarash7
- Created: 2019-04-27T11:12:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T17:43:45.000Z (over 3 years ago)
- Last Synced: 2024-10-22T19:30:34.855Z (3 months ago)
- Topics: compile, compiler-construction, compiler-design, first-and-follow-sets, ll1, ll1-grammar, ll1-parser, parsing-table, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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