🐒 Monkey Language Interpreter

Loading WebAssembly module...

Examples to try:

5 + 5
let x = 10;
let add = fn(a, b) { a + b };
add(5, 5);