Skip to content

πŸ’ An interpreter and compiler for the Monkey programming language, written in Go.

Notifications You must be signed in to change notification settings

nixpig/monkey-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Test

monkey-go

An interpreter and compiler for the Monkey programming language presented in the books Writing An Interpreter In Go and Writing A Compiler In Go.

Extensions to do

  • Support unicode (+ emojis).
  • Add file name and line/column number to tokens.
  • Add support for comments
  • Build an LSP.

About

πŸ’ An interpreter and compiler for the Monkey programming language, written in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published