Commit Graph

12 Commits

Author SHA1 Message Date
kodjo 07f0d3670d Working on #48 : Working 2021-03-09 09:33:50 +01:00
kodjo 05577012f3 Fixed #32 : concept groups are not correctly updated
Fixed #35 : Refactor test helper class (CNC, CC, CIO)
Fixed #36 : Concept values are not used when declared with variable expression
Fixed #37 : Objects in memory lose their values are restart
Fixed #38 : func(a=b, c) (which is not allowed) raise an exception
2021-03-05 11:16:19 +01:00
kodjo 646c428edb Fixed #30 : Add variable support in BNF concept definition
Fixed #31 : Add regex support in BNF Concept
Fixed #33 : Do not memorize object during restore
2021-02-24 17:23:03 +01:00
kodjo a2a8d5c5e5 Implemented a first and basic version of a Rete rule engine 2021-02-09 16:06:32 +01:00
kodjo 315f8ea09b Added first version of DebugManager. Implemented draft of the rule engine 2020-11-20 13:41:45 +01:00
kodjo 177a6b1d5f Implemented FunctionParser 2020-09-17 14:11:09 +02:00
kodjo 37cd3ed757 Fixed some bugs 2020-08-27 18:54:28 +02:00
kodjo 7310bc5522 Fixed infinite recursion when parsing complex BNF node 2020-06-23 15:22:27 +02:00
kodjo 3ce6ce2a76 I can now use keyword in concept definition and parsing 2020-05-22 15:46:04 +02:00
kodjo 5489ef00b9 Fixed SyaNodeParser false positive recognition issue 2020-05-15 10:36:05 +02:00
kodjo 6e343ba996 Refactored Caching, Refactored BnfNodeParser, Introduced Sphinx 2020-05-12 17:21:10 +02:00
kodjo 6c7c529016 Added SyaNodeParser (finally, after one month) 2020-04-09 15:42:36 +02:00