Interpreter and compiler for the Monkey programming language
Go to file
Evan Burkey 62aea78c7d add 2024-05-31 14:43:08 -07:00
cmd/repl basic lexing 2024-05-31 14:33:33 -07:00
internal basic lexing 2024-05-31 14:33:33 -07:00
.gitignore add 2024-05-31 14:43:08 -07:00
LICENSE add 2024-05-31 14:43:08 -07:00
README.md add 2024-05-31 14:43:08 -07:00
go.mod basic lexing 2024-05-31 14:33:33 -07:00
go.sum basic lexing 2024-05-31 14:33:33 -07:00

README.md

monkey

Interpreter and (eventually) compiler for the Monkey programming language