80a4eb8c9c
Better error message on too many inherited fields.
2014-04-22 07:06:26 -07:00
f41be80e5f
Use a growable buffer for globals.
...
Also allows more than 256.
2014-04-06 16:16:15 -07:00
d146018559
Convert all fns to block arg syntax.
2014-04-02 19:41:53 -07:00
e493ac7cf4
Check for number of field overflow.
2014-01-15 07:59:10 -08:00
b979272305
Clean up text handling a bit:
...
- Rename IO.write -> IO.print.
- Make IO.write not print a newline.
- Support \u Unicode escapes in strings.
2014-01-05 12:27:12 -08:00
870f3b8b93
Allow more than 256 methods and constants.
...
Class symbol tables now grow on demand, and the relevant
instructions take 16-bit arguments. There's a small perf hit
for this, but only a few percent, which is good.
2014-01-04 11:08:31 -08:00