Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yonh/go-monkey-interpreter

用Go语言自制解释器
https://github.com/yonh/go-monkey-interpreter

Last synced: 8 days ago
JSON representation

用Go语言自制解释器

Awesome Lists containing this project

README

        

```
# run test
# go test github.com/yonh/go-monkey-interpreter/lexer
go test ./lexer

```