https://github.com/dhananjaylatkar/interpreter
https://github.com/dhananjaylatkar/interpreter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhananjaylatkar/interpreter
- Owner: dhananjaylatkar
- License: mit
- Created: 2024-02-02T16:53:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-15T17:45:39.000Z (over 1 year ago)
- Last Synced: 2025-07-15T06:38:07.833Z (3 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Writing An Interpreter In Go
## Start Interpreter
```shell
cd src/monkey
go run .
```## Test Lexer
```shell
cd src/monkey
go test ./lexer
```