This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a change to branch NLPCRAFT-273
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.
from 32c4d28 WIP.
add 5efd5b8 Update NCIdlCompilerBase.scala
add 04511b1 WIP.
add b0adec9 Improved meta_part() function.
add deff4ff Update NCIdlCompilerBase.scala
add b10ffcb WIP.
new a45778b Merge branch 'master' into NLPCRAFT-273
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/nlpcraft/examples/sql/SqlModel.scala | 2 +-
.../apache/nlpcraft/examples/sql/sql_model.yaml | 6 +-
.../model/intent/compiler/NCIdlCompilerBase.scala | 59 +-
.../nlpcraft/model/intent/compiler/antlr4/NCIdl.g4 | 8 -
.../model/intent/compiler/antlr4/NCIdlLexer.interp | 2 +-
.../model/intent/compiler/antlr4/NCIdlLexer.java | 747 ++++++++++-----------
.../{NCIntentDslSpec.scala => NCIdlSpec.scala} | 6 +-
.../{NCIntentDslSpec2.scala => NCIdlSpec2.scala} | 6 +-
.../NCIdlTestModel.scala} | 4 +-
.../NCIdlTestSpec.scala} | 12 +-
.../{dsl => idl}/compiler/NCIdlCompilerSpec.scala | 11 +-
.../model/intent/{dsl => idl}/compiler/test_ok.idl | 1 +
.../idl_test_model.yaml} | 0
.../model/NCEnricherNestedModelSpec5.scala | 2 +-
14 files changed, 435 insertions(+), 431 deletions(-)
rename
nlpcraft/src/test/scala/org/apache/nlpcraft/model/{NCIntentDslSpec.scala =>
NCIdlSpec.scala} (92%)
rename
nlpcraft/src/test/scala/org/apache/nlpcraft/model/{NCIntentDslSpec2.scala =>
NCIdlSpec2.scala} (92%)
rename
nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/{dsl/NCIntentDslTestModel.scala
=> idl/NCIdlTestModel.scala} (84%)
rename
nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/{dsl/NCIntentDslTestSpec.scala
=> idl/NCIdlTestSpec.scala} (87%)
rename nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/{dsl =>
idl}/compiler/NCIdlCompilerSpec.scala (96%)
rename nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/{dsl =>
idl}/compiler/test_ok.idl (96%)
rename
nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/{dsl/dsl_test_model.yaml
=> idl/idl_test_model.yaml} (100%)