jamis / logic-engine

Prolog-inspired logic engine in Ruby, with backtracking

This URL has Read+Write access

jamis (author)
Sat Nov 08 13:28:45 -0800 2008
logic-engine / TODO
100644 10 lines (7 sloc) 0.286 kb
1
2
3
4
5
6
7
8
9
10
Things remaining before I'd consider it "done":
 
[ ] a way to allow rules to modify state
[ ] a "how did I get here" option, for describing the steps used in the current solution
[ ] more tests of both the DSL and the resolution system
 
[X] custom predicates
[X] numeric atoms
[X] cuts