https://github.com/vinitkumar/langur
Monkey lang implementation from WAIIG
https://github.com/vinitkumar/langur
Last synced: 8 days ago
JSON representation
Monkey lang implementation from WAIIG
- Host: GitHub
- URL: https://github.com/vinitkumar/langur
- Owner: vinitkumar
- Created: 2024-11-02T07:56:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-02T11:34:11.000Z (over 1 year ago)
- Last Synced: 2025-02-25T16:32:33.839Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## About Langur
This contains code containing the code found in the book
[Write an Interpreter in Go](https://interpreterbook.com/).
## Running the code
To run the code, you can use the following command:
```bash
cd 01/src/langur/
go test ./lexer
```