]> hydra-www.ietfng.org Git - dyna2/commit
added test/repl
authortimv <tim.f.vieira@gmail.com>
Wed, 12 Jun 2013 01:46:57 +0000 (21:46 -0400)
committertimv <tim.f.vieira@gmail.com>
Wed, 12 Jun 2013 01:46:57 +0000 (21:46 -0400)
commit99fca94c8ddd946827c077eb772157a0a47a3452
treeb8f281a3c01f9fc573b18b27f4f7cb44d09fd048
parent056e173484cf2819652ed51a77334aad8186293e
added test/repl

Change codegen output slightly for easier loading.

Moved Term into it's own module. Preliminary support for unification.

added --profile flag.

changed output of rules command at the repl.

repl no longer dies if an initializer exception is thrown (initializer
exceptions throw out newly added rules).
src/Dyna/Backend/Python/Backend.hs
src/Dyna/Backend/Python/chart.py
src/Dyna/Backend/Python/graph.py
src/Dyna/Backend/Python/interpreter.py
src/Dyna/Backend/Python/repl.py
src/Dyna/Backend/Python/term.py [new file with mode: 0644]
src/Dyna/Backend/Python/utils.py
test/repl/aggregator-conflict [new file with mode: 0755]
test/repl/aggregator-conflict.expect [new file with mode: 0644]
test/repl/retract-rule [new file with mode: 0755]
test/repl/retract-rule.expect [new file with mode: 0644]