You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
7. A wide range of customization options to be used as a secure runtime scripting sandbox or full-featured scripting language.
24
-
8. Lightweight and high performance.
24
+
8. Lightweight and high performance. ASM mode compile script into JVM bytecode on fly ,and [interpreter mode](https://www.yuque.com/boyan-avfmj/aviatorscript/ok8agx?translate=en) make it run on Android platform etc.
25
25
26
26
27
27
**Recommend version 5.2.6 and above.**
28
28
29
29
# News
30
30
31
+
*[5.3.0-beta2](https://github.com/killme2008/aviatorscript/releases/tag/aviator-5.3.0-beta2),[interpreter mode](https://www.yuque.com/boyan-avfmj/aviatorscript/ok8agx?translate=en) to run on Android etc.
31
32
*[5.2.7](https://github.com/killme2008/aviator/releases/tag/aviator-5.2.7),fixed a concurrent issue in `Expression#getVariableNames` and `Expression#getVariableFullNames` etc.
32
33
*[5.2.6](https://github.com/killme2008/aviator/releases/tag/aviator-5.2.6),**A strongly recommended upgrading**,fixed `continue` statement not work with if/else or nested if statements etc.
0 commit comments