Skip to content

Gmonkey is an interpreted language written in Go

Notifications You must be signed in to change notification settings

orangeseeds/gmonkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gmonkey

Gmonkey is and interpreted language written in go, implementated as described in Write an Interpreter in Go.

This repo contains the intrepreter for Gmonkey. I am near the end of second chapter in the book. So, it's not even a working interpreter as of now. But it's a work in progress.

Currenly you can checkout the lexer working in the REPL.

REPL

To run the REPL:

go run . or go run main.go

About

Gmonkey is an interpreted language written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages