monkey

command module
v0.0.0-...-38f0c39 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2017 License: MIT Imports: 11 Imported by: 0

README

Monkey Scripting Language

This is my implementation of the Monkey scripting language as presented in the book Writing An Interpreter In Go by @ThorstenBall

Example Monkey Script
let a = [1, 2, 3];
let add = fn(a, b) { a + b };

let sum = add(a[0], a[2]);

print("Holy cow it works!", "The sum is ", sum);
Documentation

TODO :)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL