Ayke van Laethem
|
60a01a43a3
|
Implement strings the way Go itself does
This makes string slicing cheap.
|
2018-04-14 19:24:21 +02:00 |
|
Ayke van Laethem
|
7be746e2f3
|
Make 'int' platform-dependent
Or rather, provide abstraction to make this feature easy to add in the
future.
|
2018-04-13 00:14:16 +02:00 |
|
Ayke van Laethem
|
2478bb71f9
|
support print(int)
|
2018-04-12 15:19:20 +02:00 |
|
Ayke van Laethem
|
e1b04abd46
|
Use proper string types with embedded length
|
2018-04-12 14:44:33 +02:00 |
|
Ayke van Laethem
|
d08ff64d1d
|
Move string printing to runtime
|
2018-04-11 20:41:09 +02:00 |
|