Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```