command
module
Version:
v0.0.0-...-c781812
Opens a new window with list of versions in this module.
Published: Apr 21, 2022
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.