https://github.com/llamzonamazon/firstfollowcomputer
A program to recursively compute the FIRST() and FOLLOW() sets of a grammar.
https://github.com/llamzonamazon/firstfollowcomputer
compiler-theory language-design
Last synced: over 1 year ago
JSON representation
A program to recursively compute the FIRST() and FOLLOW() sets of a grammar.
- Host: GitHub
- URL: https://github.com/llamzonamazon/firstfollowcomputer
- Owner: LlamzonAmazon
- Created: 2024-10-31T17:20:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-22T00:52:49.000Z (over 1 year ago)
- Last Synced: 2024-11-22T01:28:39.260Z (over 1 year ago)
- Topics: compiler-theory, language-design
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This project is NOT DONE YET; Not correct in all possible grammars of this format.