]> hydra-www.ietfng.org Git - dyna2/commit
`draw_circuit` and `trace` work with BC computation
authorTim Vieira <tim.f.vieira@gmail.com>
Fri, 28 Jun 2013 05:31:32 +0000 (01:31 -0400)
committerTim Vieira <tim.f.vieira@gmail.com>
Fri, 28 Jun 2013 05:31:32 +0000 (01:31 -0400)
commit53b901cef81471032428bc08748b7a479956662f
treee5fbcf6252556b0931323015674ee27cf313d0a5
parent8ca4669a74ffa46e3cb356ec09f198ad812b2a43
`draw_circuit` and `trace` work with BC computation

BUGFIX: looks like my previous bugs fix broke alignment with python and dopamine
  code. I've fixed the Python code. Dopamine coming soon.

REPL `query` no longer kept up-to-date with FC because we throw away the rule
once we're done with it.

added REPL `run` command to execute dyna code from a different file (NOTE: there
is no namespacing so bad things can happen.)

BUGFIX: Fixed cyclic `Term` comparsion.

BUGFIX: Fixed dictionary changed size on iteration exception. Thanks to Jason
  for reporting.
src/Dyna/Backend/Python/Backend.hs
src/Dyna/Backend/Python/chart.py
src/Dyna/Backend/Python/debug.py
src/Dyna/Backend/Python/interpreter.py
src/Dyna/Backend/Python/post/draw_circuit.py
src/Dyna/Backend/Python/post/trace.py
src/Dyna/Backend/Python/repl.py
src/Dyna/Backend/Python/term.py
src/Dyna/Backend/Python/utils.py