PackageTrack
Sign in Get early access

aiscript

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

0.6.0 LeadRDRK/aiscript-dart

What this package is like to depend on

Last release 3 years ago

no release in 18 months

Ships fairly regularly

a new release about every 5 weeks

Nearly every release is documented

notes for 7 of 7 stable releases

Nothing withdrawn

no release was ever pulled

3 years old

7 releases · first in 2023

0 releases in the last 12 months

see the full history below

Release timeline

7 releases · Jul 2023 to Sep 2023
2024 2025 2026
Release Pre-release

Releases

latest 7
  1. 0.6.0 22 Sep 2023
    Release notes
    • Core:v = 0.16.0
    • Added support for modules. This is an unofficial extension and can be disabled.
    • Added ModuleResolver, FileModuleResolver and DummyModuleResolver.
    • Added script execution context. It can be used to change the execution scope.
    • Interpreter.exec() now executes the script in a child scope of the root scope by default.
    • Interpreter.call() now uses named parameters.
    • RuntimeError now includes the execution context.
    • New built-in functions: Str:from_codepoint(), primitive str.codepoint_at(), require()
    • Allow object property referencing with index syntax (e.g. object['key'])
    • Variables defined with let are now immutable.
    • NumValue's value property is now marked as final.
    • Mutable variables are now disallowed in namespaces.
    • Added support for nested namespaces.
    • Added exists expression for checking whether a variable exists.
    • Improved and rectified the behavior of Scope.
    • Added Error value type.
    • Json:parse now returns an Error value on failure.
    Open source →
    Release notes
    • Core:v = 0.16.0
    • Added support for modules. This is unofficial extension and can be disabled.
    • Added ModuleResolver, FileModuleResolver and DummyModuleResolver.
    • Added script execution context. It can be used to change the execution scope.
    • Interpreter.exec() now executes the script in a child scope of the root scope by default.
    • Interpreter.call() now uses named parameters.
    • RuntimeError now includes the execution context.
    • New built-in functions: Str:from_codepoint(), primitive str.codepoint_at(), require()
    • Allow object property referencing with index syntax (e.g. object['key'])
    • Variables defined with let are now immutable.
    • NumValue's value property is now marked as final.
    • Mutable variables are now disallowed in namespaces.
    • Added support for nested namespaces.
    • Added exists expression for checking whether a variable exists.
    • Improved and rectified the behavior of Scope.
    • Added Error value type.
    • Json:parse now returns an Error value on failure.
    Open source →
  2. 0.5.0 15 Aug 2023
    Release notes
    • Removed Interpreter.addTimerFuture() and Interpreter.runTimers() (timers will run just fine on their own, unless a blocking operation is preventing them from running)
    Open source →
    Release notes
    • Removed Interpreter.addTimerFuture() and Interpreter.runTimers() (timers will run just fine on their own, unless a blocking operation is preventing them from running)
    • Added Core:sleep
    Open source →
  3. 0.4.1 09 Aug 2023
    Release notes
    • Added explicit type casts for parser def.
    • Minor documentation improvement.
    Open source →
    Release notes
    • Added explicit type casts for parser def.
    • Minor documentation improvement.
    Open source →
  4. 0.4.0 25 Jul 2023
    Release notes
    • Core:v = 0.15.0
    • Core:to_str now allows any type of value.
    • Added more math functions and constants.
    • Implemented and/or operators short-circuiting.
    • Fixed stack overflow in DeepEqValue.deepEq.
    Open source →
    Release notes
    • Core:v = 0.15.0
    • Core:to_str now allows any type of value.
    • Added more math functions and constants.
    • Implemented and/or operators short-circuiting.
    • Fixed stack overflow in DeepEqValue.deepEq.
    Open source →
  5. 0.3.0 21 Jul 2023
    Release notes
    • 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>
    Open source →
    Release notes
    • 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>
    Open source →
  6. 0.2.0 20 Jul 2023
    Release notes
    • 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.
    Open source →
    Release notes
    • 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.
    Open source →
  7. 0.1.0 19 Jul 2023
    Release notes
    • Initial release.
    Open source →
    Release notes
    • Initial release.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive