Skip to content

nkjmsss/writing_an_interpreter_in_Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Writing an Interpreter in Go

about

「Goでつくるインタプリタ」の本の内容を実装し、Monkey言語を作る。

getting started

$ docker-compose build
$ docker-compose run --rm go sh

run Go

$ go run [source file]

build Go

$ go build [source file]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages