temporary commit2
This commit is contained in:
@@ -13,4 +13,4 @@ dependencies {
|
||||
generateGrammarSource {
|
||||
maxHeapSize = "64m"
|
||||
arguments += ['-package', 'net.woggioni.wson.wcfg']
|
||||
}
|
||||
}
|
||||
|
8
wcfg/src/main/java/module-info.java
Normal file
8
wcfg/src/main/java/module-info.java
Normal 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;
|
||||
}
|
@@ -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;
|
||||
|
@@ -1,4 +1,6 @@
|
||||
value1 := {
|
||||
"key" : "value",
|
||||
"myself" : value1
|
||||
};
|
||||
};
|
||||
|
||||
value2 := [value1];
|
Reference in New Issue
Block a user