monkey

command module
v0.0.0-...-2c55cf6 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

README

Monkey

The Monkey Programming language:

This is an implementation of an interpreter for the Monkey programming language. This toy language is the brain child of Thorsten Ball, and is documented in his book Writing and Interpreter in Go.

Build Status Go Report Card

Getting Started

There isn't much needed to test/use this code. All of the tooling needed is built into the Go Programming language, you will need to follow the getting started guide to get everything running on your computer. After following the installation instructions, head to the directory your GOPATH and go through the following steps.

Step One - Get the source
  $ go get github.com/jgavinray/monkey
Step Two - Get into the same directory as the source code
  $ cd src/github.com/jgavinray/monkey
Step Three - Run the tests
  $ ./test.sh
Step Four - Build the interpreter
  $ go build
Step Five - Run it!
  $ ./monkey

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