https://github.com/valarpirai/monkey_lang
Monkey language interpreter in Go
https://github.com/valarpirai/monkey_lang
go interpreter monkey-language programming-language
Last synced: 4 months ago
JSON representation
Monkey language interpreter in Go
- Host: GitHub
- URL: https://github.com/valarpirai/monkey_lang
- Owner: valarpirai
- License: mit
- Created: 2021-09-03T14:01:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T16:11:06.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T10:15:10.239Z (10 months ago)
- Topics: go, interpreter, monkey-language, programming-language
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Monkey language Interpreter in go
## Start REPL
`go run main.go`
## Run Tests
`go test ./lexer`
`go test ./parser`