Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dandoh/parsingillustrator
UI tool illustrates some parsing algorithms of the Language Theory and Interpretation course
https://github.com/dandoh/parsingillustrator
Last synced: 7 days ago
JSON representation
UI tool illustrates some parsing algorithms of the Language Theory and Interpretation course
- Host: GitHub
- URL: https://github.com/dandoh/parsingillustrator
- Owner: dandoh
- Created: 2018-10-02T11:46:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-04T02:36:27.000Z (almost 5 years ago)
- Last Synced: 2024-10-31T17:26:48.534Z (about 2 months ago)
- Language: Scala
- Homepage:
- Size: 331 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parsing Illustrator
A UI tool that illustrates some parsing algorithms of the Language Theory and Interpretation course, useful for homework and tests.The program includes:
- Top-down parsing algorithms for given string and grammar.
- Bottom-up parsing algorithms for given string and grammar.
- Finding FIRST and FOLLOW set for each symbol in the grammar.Screenshots:
![Alt text](images/top-down.png?raw=true "Top-down parsing")
![Alt text](images/bottom-up.png?raw=true "Bottom-up parsing")
![Alt text](images/first.png?raw=true "Find FIRST sets")
![Alt text](images/follow.png?raw=true "Find FOLLOW sets")