This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a change to branch NLPCRAFT-70_NEW
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.
from 4592734 Merge branch 'master' into NLPCRAFT-70_NEW
add ba253d8 WIP on NLPCRAFT-390
add a9703bc WIP on NLPCRAFT-390
new da36078 Merge branch 'master' into NLPCRAFT-70_NEW
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:
.../model/intent/compiler/NCIdlCompilerBase.scala | 17 +
.../nlpcraft/model/intent/compiler/antlr4/NCIdl.g4 | 5 +
.../intent/compiler/antlr4/NCIdlBaseListener.java | 2 +-
.../model/intent/compiler/antlr4/NCIdlLexer.interp | 2 +-
.../model/intent/compiler/antlr4/NCIdlLexer.java | 1059 ++++++++++----------
.../intent/compiler/antlr4/NCIdlListener.java | 2 +-
.../model/intent/compiler/antlr4/NCIdlParser.java | 2 +-
.../compiler/functions/NCIdlFunctionsToken.scala | 42 +
8 files changed, 609 insertions(+), 522 deletions(-)