]> hydra-www.ietfng.org Git - dyna2/commit
First pass implementation of Jason's `trace` debugger.
authorTim Vieira <tim.f.vieira@gmail.com>
Thu, 27 Jun 2013 18:39:12 +0000 (14:39 -0400)
committerTim Vieira <tim.f.vieira@gmail.com>
Thu, 27 Jun 2013 18:39:12 +0000 (14:39 -0400)
commit599128e31f27654cba55693555f976518ea4636b
treea9d3670dfa08a1beccb2a47cf59b37c9c16fc1b1
parentd5e14c3ebc74f2249e15112eb9be00777e0d2127
First pass implementation of Jason's `trace` debugger.

Fixed source line selection in ./debug

Moved a few things around.

compiler dumps anf by default (right beside the .plan.py).
12 files changed:
examples/geom.dyna
examples/papa2.dyna
src/Dyna/Backend/Python/Backend.hs
src/Dyna/Backend/Python/Selftest.hs
src/Dyna/Backend/Python/debug.py
src/Dyna/Backend/Python/defn.py
src/Dyna/Backend/Python/interpreter.py
src/Dyna/Backend/Python/post/__init__.py
src/Dyna/Backend/Python/post/draw_circuit.py
src/Dyna/Backend/Python/repl.py
src/Dyna/Backend/Python/term.py
src/Dyna/Backend/Python/utils.py