]> hydra-www.ietfng.org Git - dyna2/commit
New features and cleanup.
authortimv <tim.f.vieira@gmail.com>
Fri, 7 Jun 2013 03:37:43 +0000 (23:37 -0400)
committertimv <tim.f.vieira@gmail.com>
Fri, 7 Jun 2013 03:37:43 +0000 (23:37 -0400)
commit817401d29ca919c46188314243690c92b59552fc
treefabe0c39a17247118ec4dc9442eed9b5d7dd060e
parent6cd1ad9647c18fabb989f057c9e8d490efb3300d
New features and cleanup.

New feature: support for rule retraction

  - rules are indexed by `Interpreter` and stored in a `Rule` instance.

  - REPL features to list rules, retract rule by it'd rule index.

New features: item retraction

  - this is an experimental feature, which is very inefficient.

Update python deps in readme

chart dumps and trace output use dyna-style double quoted strings and lower case
Booleans.

better output formatting for REPL/query
README.md
src/Dyna/Backend/Python/chart.py
src/Dyna/Backend/Python/config.py
src/Dyna/Backend/Python/debug.py
src/Dyna/Backend/Python/interpreter.py
src/Dyna/Backend/Python/repl.py
src/Dyna/Backend/Python/utils.py