Commit Graph

18 Commits

Author SHA1 Message Date
kodjo 6cda2686fb Fixed #48 : RelationalExpressionParser: Implement relational operator parser
Fixed #49 : ExpressionParser: Implement ExpressionParser
Fixed #50 : Implement ReteConditionExprVisitor
Fixed #51 : Implement PythonConditionExprVisitor
Fixed #52 : SheerkaConceptManager: I can get and set concept property
2021-03-23 11:35:10 +01:00
kodjo 6a8011ec12 Fixed #49 : working 2021-03-18 18:18:19 +01:00
kodjo 27bc6c4ba1 Fixed #49 : ExpressionParser: Implement ExpressionParser 2021-03-15 19:41:06 +01:00
kodjo a49f8bed71 Working on #48 : Fixed first version of ExpressionParser.py 2021-03-12 09:42:38 +01:00
kodjo 30c99b2d67 Working on #48 : Working 2021-03-11 15:28:24 +01:00
kodjo 966a1ed814 Working on #48 : Refactored FunctionParser, introducting ExpressionParser 2021-03-10 11:46:39 +01:00
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