aiscript 0.3.0
aiscript: ^0.3.0 copied to clipboard
Parser and interpreter for AiScript, a lightweight scripting language, written in Dart.
0.3.0 #
- Added
Interpreter.addTimerFuture()andInterpreter.runTimers() - Properly implemented Async functions (timeout, interval). Note that to run the timer of these functions, you must await for
Interpreter.runTimers() - Fixed
ArrValue.toJson(). It now returns aList<dynamic>
0.2.0 #
- The type of the
argsargument inInterpreter.callhas been changed toList<Node> - Num values are now passed to native functions as copies (same as normal functions)
- Added more API docs.
0.1.0 #
- Initial release.