Skip to content

saeidex/writing-an-iterpreter-in-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monkeylang (Writing An Interpreter In Go | Thorsten Ball)

Learing to write an interpreter. Language guide: https://monkeylang.org/

Run

using docker

docker build -t monkeylang .
docker run --rm -it monkeylang

on local machine (required: golang)

go run .

About

Following the book "Writing An Interpreter In Go" by Thorsten Ball.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published