spaik 0.3.1

The SPAIK Programming Language
Documentation
1
2
3
4
5
6
use spaik::repl::REPL;

fn main() {
    let mut repl = REPL::new(None);
    repl.readline_repl()
}