Commit Graph

18 Commits

Author SHA1 Message Date
kodjo 27bc6c4ba1 Fixed #49 : ExpressionParser: Implement ExpressionParser 2021-03-15 19:41:06 +01:00
kodjo 42bc6abf97 Working on #50 : Adding unit tests 2021-03-12 14:14:17 +01:00
kodjo 2761d8c26d Working on #48 : Fixed ExpressionParser.py 2021-03-12 10:20:43 +01:00
kodjo a49f8bed71 Working on #48 : Fixed first version of ExpressionParser.py 2021-03-12 09:42:38 +01:00
kodjo f32e14669a Working on #48 : Working on FunctionParser.py 2021-03-11 16:51:20 +01:00
kodjo 30c99b2d67 Working on #48 : Working 2021-03-11 15:28:24 +01:00
kodjo 8f51893f53 Working on #48 : Updating ExpressionParser.py 2021-03-11 11:50:23 +01:00
kodjo 9c4991923e Working on #48 : Added BaseExprParser and BaseNodeParser.py 2021-03-10 21:09:09 +01:00
kodjo 998ea160be Working on #48 : Simple version of ExpressionParser 2021-03-10 15:58:05 +01:00
kodjo 966a1ed814 Working on #48 : Refactored FunctionParser, introducting ExpressionParser 2021-03-10 11:46:39 +01:00
kodjo a799ab2bbd Working on #48 : Renamed ExpressionParser.py into LogicalOperatorParser.py 2021-03-08 20:06:17 +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 a2a8d5c5e5 Implemented a first and basic version of a Rete rule engine 2021-02-09 16:06:32 +01:00
kodjo e3c2adb533 Implemented some enhancement requests 2020-12-14 10:30:10 +01:00
kodjo 315f8ea09b Added first version of DebugManager. Implemented draft of the rule engine 2020-11-20 13:41:45 +01:00
kodjo e8f2705dcf Refactored Parsers. Introduced BaseCustomGrammarParser. Renamed DefaultParser into DefConceptParser 2020-10-02 04:45:47 +02:00
kodjo 351c16f946 First implementation of questions management 2020-08-14 08:16:33 +02:00
kodjo d6ea2461a8 First version of explain. Creating a new parser was a wrong approach. Need to reimplement 2020-04-17 17:24:57 +02:00