lualike 0.0.1-alpha.2 copy "lualike: ^0.0.1-alpha.2" to clipboard
lualike: ^0.0.1-alpha.2 copied to clipboard

A Lua-like scripting language for Dart, designed to be easy to embed and extend. It provides a simple REPL, supports Lua-like syntax, and allows for seamless integration with Dart code.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate lualike

Use it

The package has the following executables:

$ lualike

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lualike

With Flutter:

 $ flutter pub add lualike

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

dependencies:
  lualike: ^0.0.1-alpha.2

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:lualike/lualike.dart';
2
likes
140
points
241
downloads

Publisher

verified publisherglenfordwilliams.com

Weekly Downloads

A Lua-like scripting language for Dart, designed to be easy to embed and extend. It provides a simple REPL, supports Lua-like syntax, and allows for seamless integration with Dart code.

Repository (GitHub)
View/report issues

Topics

#lua #scripting #interop #interpreter #repl

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

archive, args, characters, collection, convert, crypto, dart_console, glob, http, logging, path, petitparser, pointycastle, source_span, web, xrandom, yaml

More

Packages that depend on lualike