[][src]Crate duckscript

duckscript

Simple, extendable and embeddable scripting language.

This library is the actual script parser and runner.
On it's own, it has no actual commands as those need to be provided externally (see duckscript_sdk).

Installation

In order to use this library, just add it as a dependency:

[dependencies]
duckscript = "*"

Contributing

See contributing guide

License

Developed by Sagie Gur-Ari and licensed under the Apache 2 open source license.

Modules

parser

parser

runner

runner

types

types