Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akshitadixit/lr-1-parser

Takes a grammar's production rules and creates a LR(1) parsing table, then finally parses the grammar to "accept" or "reject"
https://github.com/akshitadixit/lr-1-parser

compiler-design lr1 lr1-parser

Last synced: 1 day ago
JSON representation

Takes a grammar's production rules and creates a LR(1) parsing table, then finally parses the grammar to "accept" or "reject"

Awesome Lists containing this project

README

        

# LR-1--parser
Takes a grammar's production rules and creates a LR(1) parsing table, then finally parses the grammar to "accept" or "reject"

![img1](./static/img1.png)
![img2](./static/img2.png)