temporary commit2

This commit is contained in:
2023-10-03 19:53:24 +08:00
parent 1747d946ec
commit e75a0e551b
13 changed files with 63 additions and 41 deletions

View File

@@ -13,4 +13,4 @@ dependencies {
generateGrammarSource {
maxHeapSize = "64m"
arguments += ['-package', 'net.woggioni.wson.wcfg']
}
}

View File

@@ -0,0 +1,8 @@
module net.woggioni.wson.wcfg {
requires static lombok;
requires static org.antlr.antlr4.runtime;
requires net.woggioni.jwo;
requires net.woggioni.wson;
exports net.woggioni.wson.wcfg;
}

View File

@@ -7,6 +7,7 @@ import org.antlr.v4.runtime.CharStreams;
import org.antlr.v4.runtime.CodePointCharStream;
import org.antlr.v4.runtime.CommonTokenStream;
import org.antlr.v4.runtime.tree.ParseTreeWalker;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ValueSource;

View File

@@ -1,4 +1,6 @@
value1 := {
"key" : "value",
"myself" : value1
};
};
value2 := [value1];