Fixed NaN type, updated changelog for future release, added support for null and unary build in functions. Need to add binary build in functions.

This commit is contained in:
Marvin Blum
2016-01-06 22:15:09 +01:00
parent 9d909a0b8a
commit fbfbb8a55c
3 changed files with 63 additions and 15 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
**1.2.0**
* better error output
* concurrent compiling
* errors are handled per file and won't stop the whole compilation
* function name check for build in functions
* function parameter count check for build in functions
**1.1.1**
* arrays can now be declared within expressions