]> hydra-www.ietfng.org Git - dyna2/commit
Use Dyna Boolean type instead of Python's bool. This requires redefining or
authorTim Vieira <tim.f.vieira@gmail.com>
Thu, 11 Jul 2013 15:38:25 +0000 (11:38 -0400)
committerTim Vieira <tim.f.vieira@gmail.com>
Thu, 11 Jul 2013 15:38:25 +0000 (11:38 -0400)
commit53af654ca989d90f309f3ce614eed0e0803cb6f4
treef0cd97bdc6a239452de974288ec5ab296e5b5175
parent139ab700f791ef6f4098b48a88895597e13beb9d
Use Dyna Boolean type instead of Python's bool. This requires redefining or
wrapping Python's comparsion (<=, ==), and logical operators (and, or,qq not).

move examples/lists into repl tests.
updated examples/force to use dyna lists
updated some other tests..
13 files changed:
examples/expected/lists.py.out [deleted file]
examples/force.dyna
examples/lists.dyna [deleted file]
src/Dyna/Backend/Python/Backend.hs
src/Dyna/Backend/Python/Selftest.hs
src/Dyna/Backend/Python/aggregator.py
src/Dyna/Backend/Python/chart.py
src/Dyna/Backend/Python/interpreter.py
src/Dyna/Backend/Python/load/tsv.py
src/Dyna/Backend/Python/stdlib.py
src/Dyna/Backend/Python/term.py
src/Dyna/Backend/Python/utils.py
test/repl/list.dynadoc