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
{ } returnstatement to return a value in a function or script.if/elsif/elsestatementforloop statement and supportsbreak,continuewhileloop statementletto define lexical variablefnsyntax to define named function## a commentfor single line comment
Released 5.0.1.
