aiscript 0.6.0
aiscript: ^0.6.0 copied to clipboard
Parser and interpreter for AiScript, a lightweight scripting language, written in Dart.
Examples #
This directory contains examples on how to use the library.
hello_world.dart
- How to parse a script and run it.custom_vars.dart
- How to create custom variables and initialize the interpreter state with them.attributes.dart
- Working with variable attributes.attributes_alt.dart
- Alternative version ofattributes.dart
: Working with variable attributes by traversing the AST nodes.modules.dart
- How to use modules.