Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitagry/monkey
Go言語で作るインタプリタ
https://github.com/kitagry/monkey
Last synced: 15 days ago
JSON representation
Go言語で作るインタプリタ
- Host: GitHub
- URL: https://github.com/kitagry/monkey
- Owner: kitagry
- Created: 2020-04-04T12:58:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T08:41:19.000Z (over 4 years ago)
- Last Synced: 2024-12-15T14:43:52.543Z (19 days ago)
- Language: Go
- Homepage: https://www.oreilly.co.jp/books/9784873118222/
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## monkey
[Go言語でつくるインタプリタ](https://www.oreilly.co.jp/books/9784873118222/)で作った自作インタプリタ.
### 使い方
```
$ go build
$ ./monkey
```#### ファイルを実行する場合
```
$ ./monkey examples/test.monkey
```