mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 03:50:25 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user