Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Releases: Kugelschieber/asl

Release 1.2.2

04 Feb 22:38
Compare
Choose a tag to compare
  • bugfix: deadlock on compiling multile files at once

Release 1.2.1

08 Feb 14:13
Compare
Choose a tag to compare
  • bugfix: new line after while for pretty printing
  • bugfix: build in unary function with multiple arguments

Note: the latest version of the GUI is still compatible with this version of ASL.

Release 1.2.0

14 Jan 10:55
Compare
Choose a tag to compare
  • better error output
  • concurrent compiling
  • errors are handled per file and won't stop the whole compilation
  • function name check for build in functions
  • simpler syntax for "null" and unary buildin functions

Release 1.1.1

14 Nov 15:52
Compare
Choose a tag to compare
  • arrays can now be declared within expressions
  • code keyword bug fix

Release 1.1.0

07 Nov 13:50
Compare
Choose a tag to compare
  • changed syntax of foreach
  • private function variables
  • default values for function parameters
  • added preprocessor
  • code inlining using new keyword "code"
  • some code and repo cleanup

Release 1.0.0

26 Oct 20:12
Compare
Choose a tag to compare

First release of ASL!