]> hydra-www.ietfng.org Git - dyna2/commit
refactor load and post-process. both are availabl and the REPL and command-line ...
authorTim Vieira <tim.f.vieira@gmail.com>
Tue, 18 Jun 2013 00:40:18 +0000 (20:40 -0400)
committerNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Tue, 18 Jun 2013 01:25:09 +0000 (21:25 -0400)
commit9521cd7f33d85d59662bef80c4aad48ce5e9467c
tree4f1febed2d780d533ac322b2ea563b1c4b29b2f4
parent30e0795d9417aed0156940dfbf6b9ad41a61940b
refactor load and post-process. both are availabl and the REPL and command-line (see test/repl/load.bash for example usage)
23 files changed:
dyna
examples/force.dyna
src/Dyna/Backend/Python/draw_circuit.py [deleted file]
src/Dyna/Backend/Python/graph.py [deleted file]
src/Dyna/Backend/Python/interpreter.py
src/Dyna/Backend/Python/load.py [deleted file]
src/Dyna/Backend/Python/load/__init__.py [new file with mode: 0644]
src/Dyna/Backend/Python/load/matrix.py [new file with mode: 0644]
src/Dyna/Backend/Python/load/pickled.py [new file with mode: 0644]
src/Dyna/Backend/Python/load/sexpr.py [new file with mode: 0644]
src/Dyna/Backend/Python/load/tsv.py [new file with mode: 0644]
src/Dyna/Backend/Python/loadmat.py [deleted file]
src/Dyna/Backend/Python/post/__init__.py [new file with mode: 0644]
src/Dyna/Backend/Python/post/draw_circuit.py [new file with mode: 0644]
src/Dyna/Backend/Python/post/dump_chart.py [new file with mode: 0644]
src/Dyna/Backend/Python/post/graph.py [new file with mode: 0644]
src/Dyna/Backend/Python/post/save.py [new file with mode: 0644]
src/Dyna/Backend/Python/repl.py
src/Dyna/Backend/Python/save.py [deleted file]
src/Dyna/Backend/Python/sexpr.py [deleted file]
src/Dyna/Backend/Python/term.py
src/Dyna/Backend/Python/tsv.py [deleted file]
test/repl/load.bash