Commit Graph

9 Commits

Author SHA1 Message Date
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