16 lines
264 B
Plaintext
16 lines
264 B
Plaintext
|
pre 1.0:
|
||
|
- loop
|
||
|
- binary ops
|
||
|
- unary minus and negation
|
||
|
- bool ops
|
||
|
- basic threads
|
||
|
- stdlib
|
||
|
- comments
|
||
|
- floats
|
||
|
- REPL (consume functions)
|
||
|
1.0:
|
||
|
- decide on postfix/prefix operators
|
||
|
- ranges, rustic for-loop
|
||
|
- advanced threads + actors
|
||
|
- more literals
|