Skip to content

Commit

Permalink
+ Installation in Rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
meloalright committed Oct 22, 2023
1 parent aff1104 commit 90fa1e0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ Playground: [https://rustq.github.io/3body-lang/](https://rustq.github.io/3body-
Base on [Writing An Interpreter In Go](https://interpreterbook.com/) and [Monkey rs](https://github.com/wadackel/rs-monkey-lang) and [Monkey Rust 2021 Edition](https://github.com/meloalright/Monkey-Rust-2021-Edition)


## Installation in Rust toolchain

`MacOS`

```shell
$ brew tap rustq/3body-lang && brew install rustq/tap/three_body
```

```shell
$ 3body
```

## Syntax overview

### Variable bindings
Expand Down

0 comments on commit 90fa1e0

Please sign in to comment.