summaryrefslogtreecommitdiff
path: root/README.md
blob: 817db6d5222277479cf1364bd64f826f13349092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# chisaigo

A small LISP interpreter.

### Prerequisites
Cargo and Rust are required to build chisaigo. If you use linux or BSD, you can
use your package manager to install them. If your distro does not provide them,
or you use OSX or Windows, follow the instructions at
[https://www.rust-lang.org/tools/install].

### Installation
```bash
git clone https://git.librehumanitas.org/chisaigo.git
cd chisaigo
cargo run
```