This repository has been archived by the owner on Nov 26, 2021. It is now read-only.
Releases: Jictyvoo/Thenafter
Releases · Jictyvoo/Thenafter
Generate First & Follow & Production in Lua, Java, Python
Funcionality
- Give a file and get your grammar file analyzed and converted into a data structure to use in your compiller/interpreter or other projects
- Select language output to generate your class file
- Choose if want to generate production data structure that is used during first & follow analysis
Changelog
- Created python production writter, now production exists in python
For instructions look at README
Generate First & Follow in Lua, Java, Python
Changelog
- Added Follow Generation
- Created Java Generator class to first and follow
- Added --p flag to generate production in output file
- Created Python Generator class to first and follow (still incomplete)
For instructions look at README
Only First Generator
The how to use section is in the repository's README
This version only generate a first of the grammar. The Follow version will be available after