diff --git a/README.md b/README.md index 6c024bc..95c3d24 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,10 @@ Monkey programming language from [Writing an interpreter in Go](https://interpreterbook.com) and [Writing a compiler in Go](https://compilerbook.com) books. -- [monkey-swift](https://github.com/kitasuke/monkey-swift) - ## REPL 1. Run `go build -o monkey-go && ./monkey-go` in your terminal + +## Other languages + +- [monkey-swift](https://github.com/kitasuke/monkey-swift)