Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinitkumar/langur
Monkey lang implementation from WAIIG
https://github.com/vinitkumar/langur
Last synced: about 1 month 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-02T11:34:11.000Z (about 2 months ago)
- Last Synced: 2024-11-02T12:21:49.749Z (about 2 months ago)
- Language: Go
- Size: 1.95 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
```