temporary commit

This commit is contained in:
2023-10-03 15:02:19 +08:00
parent 67161e92aa
commit 1747d946ec
13 changed files with 751 additions and 3 deletions

16
wcfg/build.gradle Normal file
View File

@@ -0,0 +1,16 @@
plugins {
id 'antlr'
}
dependencies {
implementation catalog.jwo
implementation rootProject
antlr catalog.antlr
antlr catalog.antlr.runtime
}
generateGrammarSource {
maxHeapSize = "64m"
arguments += ['-package', 'net.woggioni.wson.wcfg']
}