scriptful 0.1.1

A minimalist, `no_std` stack machine library for executing domain specific interpreted languages.
Documentation
1
2
3
#![allow(dead_code)]

pub mod simple_math;