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
- Host: GitHub
- URL: https://github.com/soroushj/lr1-parser-vis
- Owner: soroushj
- License: mit
- Created: 2017-11-20T00:00:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T19:37:23.000Z (over 1 year ago)
- Last Synced: 2024-07-30T19:29:13.011Z (over 1 year ago)
- Topics: grammar-parser, lr-parser, lr1, parser
- Language: JavaScript
- Homepage:
- Size: 1.62 MB
- Stars: 20
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LR(1) Parser Vis

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/).