]> hydra-www.ietfng.org Git - dyna2/commit
pretty print lists, which are still cons/nil under the hood.
authorTim Vieira <tim.f.vieira@gmail.com>
Fri, 28 Jun 2013 19:38:19 +0000 (15:38 -0400)
committerTim Vieira <tim.f.vieira@gmail.com>
Fri, 28 Jun 2013 19:38:19 +0000 (15:38 -0400)
commitb157020e234a7787b004eb83e3ad724034651b5d
tree9f76e35fec5b8b40fe5d78a1d67cc63433369d20
parent9cbe6b4399b1dd767429efcc15376761a36048d5
pretty print lists, which are still cons/nil under the hood.

Moved some library functions in into stdlib.py

Moved attempt at unifiction into it's own file... it will probably be deleted
entirely in favor of something else (it's unused at the moment).
src/Dyna/Backend/Python/chart.py
src/Dyna/Backend/Python/interpreter.py
src/Dyna/Backend/Python/stdlib.py [new file with mode: 0644]
src/Dyna/Backend/Python/term.py
src/Dyna/Backend/Python/unify.py [new file with mode: 0644]
test/repl/load.dyna