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

Latest commit

 

History

History
36 lines (24 loc) · 736 Bytes

CHANGELOG.md

File metadata and controls

36 lines (24 loc) · 736 Bytes

Changelog

1.2.2

  • bugfix: deadlock on compiling multile files at once

1.2.1

  • bugfix: new line after while for pretty printing
  • bugfix: build in unary function with multiple arguments

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
  • simpler syntax for "null" and unary buildin functions

1.1.1

  • arrays can now be declared within expressions
  • code keyword bug fix

1.1.0

  • 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

1.0.0

  • first release