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

https://github.com/dhananjaylatkar/interpreter


https://github.com/dhananjaylatkar/interpreter

Last synced: 3 months ago
JSON representation

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