aiscript 0.3.0 copy "aiscript: ^0.3.0" to clipboard
aiscript: ^0.3.0 copied to clipboard

outdated

Parser and interpreter for AiScript, a lightweight scripting language, written in Dart.

0.3.0 #

  • Added Interpreter.addTimerFuture() and Interpreter.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 a List<dynamic>

0.2.0 #

  • The type of the args argument in Interpreter.call has been changed to List<Node>
  • Num values are now passed to native functions as copies (same as normal functions)
  • Added more API docs.

0.1.0 #

  • Initial release.
3
likes
0
points
24
downloads

Publisher

verified publisherleadrdrk.com

Weekly Downloads

Parser and interpreter for AiScript, a lightweight scripting language, written in Dart.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

petitparser, uuid

More

Packages that depend on aiscript