git @ Cat's Eye Technologies Samovar / 68737bf
Add a few more TODO notes. Chris Pressey 6 years ago
1 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
6767 * Maybe allow `∨` - there doesn't seem to be as much call for it, though.
6868 * Should probably also allow ASCII tokens for those who don't want to type Greek
6969 letters and weird logical connectives.
70 * Allow actions to define sentence trees.
70 * Allow sentence trees to be given for actions.
7171 * Give the implementation some mode where it deterministically processes rules.
7272 * Given the above, write a Falderal test document for Samovar.
7373 * Allow situations to define a termination condition, so that the implementation
7474 can generate a scenario where the condition is met (by whatever method).
75 * Consider what it would take to add a predicate that evaluates to whether
76 a given action has been taken previously or not.