Torsten Ruger
|
98f3898acd
|
fix while tests
|
2018-04-20 10:27:06 +03:00 |
|
Torsten Ruger
|
04359546b7
|
implement greater than
|
2018-04-19 22:57:31 +03:00 |
|
Torsten Ruger
|
be3d125b82
|
implement smaller than comparison
which is NOT an operator in the risc sense
rather a minus and a check for sign
(which _could be more efficient in arm, with conditional execution)
|
2018-04-19 22:41:40 +03:00 |
|
Torsten Ruger
|
9e21719aeb
|
generalise the operator handling
ie passing them through
implementing more
|
2018-04-19 22:13:52 +03:00 |
|
Torsten Ruger
|
7d9132ee36
|
test other int methods
harness for testing compiler in a method (before just in a case)
|
2018-04-19 19:59:48 +03:00 |
|
Torsten Ruger
|
a98d7630fb
|
start testing builtin seperately
in terms of output only
|
2018-04-19 19:47:35 +03:00 |
|