aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2014-01-03Add list addition (fixes: #39)John R. Lenton
2014-01-02py: Fix generator where state array was incorrectly indexed.Damien George
Generator objects now allocate the object and the state in one malloc. This improvement fixes Issue #38.
2014-01-02Fix bash->/usr/bin/env bash; add LICENSE for Python library tests.Damien George
2013-12-30py: make closures work.Damien George
2013-12-29Small change to handling of integers in run-tests.Damien
2013-12-29Add basic functionality tests for the Python bit.Damien
2013-12-29Add 2 files to a gitignore.Damien
2013-12-29Add tests to test compiler and emitted byte code.Damien