Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Releases: Jictyvoo/Thenafter

Generate First & Follow & Production in Lua, Java, Python

12 Nov 20:59
Compare
Choose a tag to compare

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

21 Nov 12:00
Compare
Choose a tag to compare

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

12 Nov 03:43
Compare
Choose a tag to compare

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