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: 3 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-04T02:36:27.000Z (over 5 years ago)
- Last Synced: 2025-02-12T08:31:34.246Z (5 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:



