This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a change to branch NLPCRAFT-206
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.


    from ccde124  WIP.
     new 7d7e6ac  WIP.
     new 8958779  WIP.

The 2 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/NCDslCompiler.scala      |  16 +-
 .../model/intent/compiler/NCDslCompilerBase.scala  | 711 ++++++++++++---------
 .../model/intent/compiler/NCDslStackItem.scala     |   8 +-
 .../model/intent/compiler/antlr4/NCIntentDsl.g4    |   8 +-
 .../compiler/antlr4/NCIntentDslBaseListener.java   |  28 +-
 .../compiler/antlr4/NCIntentDslBaseVisitor.java    |  14 +-
 .../compiler/antlr4/NCIntentDslListener.java       |  56 +-
 .../intent/compiler/antlr4/NCIntentDslParser.java  | 146 ++---
 .../intent/compiler/antlr4/NCIntentDslVisitor.java |  28 +-
 9 files changed, 547 insertions(+), 468 deletions(-)

Reply via email to