This commit is contained in:
Erik Svedäng 2017-12-05 08:45:30 +01:00
parent a474a6147f
commit 5a05c83efc

View File

@ -22,6 +22,7 @@
* [1.0] Lambdas (anonymous functions)
## Smaller Language Features ("niceties")
* [0.3] Reintroduce the p-string patch but with support for embedded string literals.
* [0.3] Errors in macros should present the code both in the macro and in the use of it.
* [0.3] Should be possible to read float literal without '.', eg. "3f" (because that's how they print sometimes)
* [0.3] Some interfaces are missing info - Thing.str : (λ [(Ref Thing)] String) Defined at line 0, column 0 in 'dummy-file'