5.3

https://github.com/killme2008/aviatorscript/releases/tag/aviator-5.3.0

  • Interpreter mode
  • Performance tweak

5.1

  • Improve error report with source info(file/line number etc.)
  • An easy way to access java class’s static methods and fields.
  • Multi exceptions in catch clause.
  • String interpolation
  • Improve standard lib: network lib etc.

5.0

A general-purpose scripting language:

  • Lexical scope by { }
  • return statement to return a value in a function or script.
  • if/elsif/else statement
  • for loop statement and supports break , continue
  • while loop statement
  • let to define lexical variable
  • fn syntax to define named function
  • ## a comment for single line comment

Released 5.0.1.