rustleaf 0.1.0

A simple programming language interpreter written in Rust
Documentation
1
2
3
pub fn adder(x, y) {
    x + y
}