Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kitagry/monkey

Go言語で作るインタプリタ
https://github.com/kitagry/monkey

Last synced: 15 days ago
JSON representation

Go言語で作るインタプリタ

Awesome Lists containing this project

README

        

## monkey

[Go言語でつくるインタプリタ](https://www.oreilly.co.jp/books/9784873118222/)で作った自作インタプリタ.

### 使い方

```
$ go build
$ ./monkey
```

#### ファイルを実行する場合

```
$ ./monkey examples/test.monkey
```