oris 0.2.1

An interpreter for Monkey
Documentation
1
2
3
4
5
let foo = fn() {
    x + 1
};

foo();