Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yonh/go-monkey-interpreter
用Go语言自制解释器
https://github.com/yonh/go-monkey-interpreter
Last synced: 8 days ago
JSON representation
用Go语言自制解释器
- Host: GitHub
- URL: https://github.com/yonh/go-monkey-interpreter
- Owner: yonh
- Created: 2022-06-23T15:54:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T18:58:40.000Z (about 2 years ago)
- Last Synced: 2024-08-01T13:23:17.187Z (3 months ago)
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 13
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
# run test
# go test github.com/yonh/go-monkey-interpreter/lexer
go test ./lexer```