Skip to content

Releases: Naraujo13/Graph-Grammar-Translator

Translator v1.0

15 Jan 04:18
Compare
Choose a tag to compare

Dependencies:

Usage:

Download the release version, that comes with a JAR artifact and a tests folder.
Then execute the JAR passing the path to the file as argument like below:

java -jar translator.jar fileRelativePath/fileName.ggx

This will generate two folders. One named "log", containing logs of the parsing of the graph grammar. The second, named
"out", containing the already translated machines and contexts in txt format.
To use them, simply create the file normally in Rodin with the corresponding name and, using Camille plugin, paste the txt content into the created file.
Simply save it and you're ready to go.
Repeat this process for every generated context and machine file.