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

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

example/README.md

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 of attributes.dart: Working with variable attributes by traversing the AST nodes.
  • modules.dart - How to use modules.
3
likes
130
points
40
downloads

Publisher

verified publisherleadrdrk.com

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

es6_math, path, petitparser, uuid

More

Packages that depend on aiscript