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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add aiscript

With Flutter:

 $ flutter pub add aiscript

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  aiscript: ^0.6.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:aiscript/aiscript.dart';
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