added Wcfg file parser and CLI

This commit is contained in:
2023-10-30 22:30:00 +08:00
parent b7d00d9d9c
commit 9cb37790c2
45 changed files with 1445 additions and 219 deletions

View File

@@ -4,6 +4,7 @@ plugins {
dependencies {
implementation rootProject
runtimeOnly catalog.antlr.runtime
testImplementation catalog.jwo
testImplementation project(':test-utils')
@@ -11,7 +12,6 @@ dependencies {
testImplementation catalog.xz
antlr catalog.antlr
antlr catalog.antlr.runtime
}
generateGrammarSource {