piske 0.1.2

The piske programming langauge for generative art
Documentation
1
2
3
4
5
//! Tools to call standard library functions from the interpreter.

#[macro_use] mod macros;
mod extfunc;
pub use self::extfunc::{ExtFuncIdent, StdFuncTable};