Open porglezomp opened 7 years ago
The interpreter should support common optimizations like using [-] and [+] as "set to zero", and constant folding +++ into +3, -+ into no-op, etc.
[-]
[+]
+++
+3
-+
The interpreter should support common optimizations like using
[-]
and[+]
as "set to zero", and constant folding+++
into+3
,-+
into no-op, etc.