Curle
59329d963f
Currently has two bugs. First, all functions are resolved to index 0 (currently PrintInteger) Second, the register used for returning is immediately overwritten by the next allocated register. This means addition of function return values is a little silly. Also, commit signing!
6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
print 12 * 3;
|
|
print
|
|
18 - 2
|
|
* 4; print
|
|
1 + 2 +
|
|
9 - 5/2 + 3*5; |