Skip to content

Translator v1.0

Latest
Compare
Choose a tag to compare
@Naraujo13 Naraujo13 released this 15 Jan 04:18
· 2 commits to master since this release

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.