Torsten Ruger
f4a4ccb98e
several larger changes came together, bit of cleaning too
...
- all code must be in functions (which must be in classes).
— changes a fair few tests
— also changes api, as method is not recursive, not passed around
- all state in instance vars in compiler (no accessors)
- class is another such variable, surely more coming
all green again
2015-10-06 00:27:13 +03:00
Torsten Ruger
e3577d18af
fix that silly mistake that made the percentage plummet
...
mostly due to the fact that object is a hash now,
not array. Took a while though
2015-07-21 19:41:30 +03:00
Torsten Ruger
7b6f364ba8
namechange
2014-07-29 18:33:11 +03:00
Torsten Ruger
337b1a8ee0
renamed to kide(crystal)
2014-07-17 02:26:13 +03:00
Torsten Ruger
fb105cb895
had to let go of crystal (sniff) as the name was taken
2014-07-17 01:00:15 +03:00
Torsten Ruger
506f98da5a
fixed foo and hello, next putint
2014-06-12 09:07:03 +03:00
Torsten Ruger
0a14cffefb
fixing fragment tests, most done
2014-06-07 23:22:32 +03:00
Torsten Ruger
f2e8e644bd
changes tests to only compare the tested function output, not the whole binary
2014-06-05 13:02:36 +03:00
Torsten Ruger
e7a823bf3e
renamed module_def too module_definition and fixed leading space tests
2014-05-30 10:42:43 +03:00
Torsten Ruger
5a415aed92
fix fragment tests to actually execute on the pi and check the output
2014-05-28 14:55:13 +03:00
Torsten Ruger
5fb1d9825a
fixed tests according to new calling convention
2014-05-25 10:57:26 +03:00
Torsten Ruger
1e326e00b9
fix tests after register allocation work
2014-05-24 16:52:54 +03:00
Torsten Ruger
33fb8e7d2f
better test for foo, nice rythm
2014-05-21 21:37:04 +03:00
Torsten Ruger
e3bccaa0fe
thats putstring working again (better testing == better code => better sleep, longer life :-)
2014-05-21 21:27:05 +03:00
Torsten Ruger
741c55cba3
start testing the previous runners more rigourusly
2014-05-21 21:13:12 +03:00