monkey

command module
v0.0.0-...-c781812 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2022 License: MIT Imports: 4 Imported by: 0

README

Monkey

Monkey is an Interpreter written in Go

Setup

To setup this project you need to have installed golang on your machine and a basic understanding of linguistics hahaha

Example

let a = 5;
let b = 6;

let add = fn(x,y) {
  x + y;
};

let result = add(a,b)

The result will be 11

Resources

  • Engineering a compiler - Book
  • Crafting interpreters - Book
  • Writing and interpreter in go - Book

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