aiscript 0.5.0
aiscript: ^0.5.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.