Implemented a first and basic version of a Rete rule engine

This commit is contained in:
2021-02-09 16:06:32 +01:00
parent 821dbed189
commit a2a8d5c5e5
110 changed files with 7301 additions and 1654 deletions
+34
View File
@@ -1093,3 +1093,37 @@ Blog
""""""
Hi, I have the feeling that I am almost there with the parsers part. I have
2021-01-30
**********
Blog
""""""
It's been a very long time since I wrote in the blog. I guess I was too busy to spend some time on it.
2020 was the year of the COVID 19. I guess that being contained with my son and my wife gave me other priorities.
Nevertheless, I kept on working on Sheerka.
One major achivement that I made was a demonstration of Sheerka to other people. I happened in mid September.
I demonstrated how to declare numbers using the ExactParser and the BnfNodeParser. Even thought I did not explicitly
mentionned theses names, my demo was far to technique. The impression I gave was that Sheerka was too complicated (in
the sens of too technical too use). Unfortunately, that was the case.
Did the demo come too soon ? I guess so, in a certain way, but It really helped me to have a first feedback, even if it did
not reward the months of hard works.
Where am I today ? It's impressive the admit that since that demon (in September) I did not implemented any major capability.
Sheerka does not know much bettet that at this time
I did though work on :
* performances
* debugger
* simple version of the rule engine (that goes with the debuggger)
Actually almost FOUR months of work for technical benefit. There were some parts of the code that were rewritten.
I am a little bit sad, time flies so fast.