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

https://github.com/soroushj/lr1-parser-vis

Create LR(1) parsers in your browser and see how they work
https://github.com/soroushj/lr1-parser-vis

grammar-parser lr-parser lr1 parser

Last synced: 10 months ago
JSON representation

Create LR(1) parsers in your browser and see how they work

Awesome Lists containing this project

README

          

# LR(1) Parser Vis

![LR(1) Parser Vis: sample parse table](src/images/sample-parse-table.jpg)

Create [LR(1) parsers](https://en.wikipedia.org/wiki/Canonical_LR_parser) in your browser and see how they work.

## Live Demo

Check out the [**live demo**](https://soroushj.github.io/lr1-parser-vis)!

## Credits

The sample grammar is taken from [CSCE 434-500: Compiler Design](https://parasol.tamu.edu/~rwerger/Courses/434/).