123456789101112131415161718192021 |
-
-
-
-
-
-
-
-
-
-
-
- if (!hasProperty('mainClass')) {
- ext.mainClass = 'org.openzen.zenscript.scriptingexample.Main'
- }
-
- dependencies {
- compile project(':Parser')
- compile project(':JavaBytecodeCompiler')
- compile project(':CodeFormatter')
- compile project(':Validator')
- }
|