OpenGAL Plumy
A Open GAL compiler based on OpenGAL 0.3.1.
Functions
- Converts source code (.gal) to node language (.node)
- Generate Node Tree by source code (.gal).
Usages
Using it in runtime.
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
Add the dependency
dependencies {
implementation 'com.github.liplum:OpenGalPlumy:v0.1.4'
}
Using it in compile-time
- Build this or use the release.
# To get more help
java -jar PlumyCompiler.jar -help
# To compile
java -jar PlumyCompiler.jar -c xxx.gal -t xxx.node
java -jar PlumyCompiler.jar -c -batch=folder -recursive=true projects/src