asmcup / runtime

Runtime and compiler for the Assembly Cup
https://asmcup.github.io
MIT License
139 stars 11 forks source link

Floats must now be literals (#). #197

Closed MLanghof closed 7 years ago

MLanghof commented 7 years ago

I tried hard to warn users wherever they might have to change existing programs. There are some places (like pop8 #0.0) where it jumps the gun a bit, but better than the reverse imo.

Fixes #186.