duckscript 0.10.0

Simple, extendable and embeddable scripting language.
Documentation
1
2
3
4
5
6
7
8
9
//! # types
//!
//! All duckscript types.
//!
pub mod command;
pub mod env;
pub mod error;
pub mod instruction;
pub mod runtime;