Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hunter <[email protected]>
  • Loading branch information
ianfhunter authored Nov 22, 2022
1 parent afd1221 commit ecc810f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/gh-pages/developers/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ make all
make go
```

## Haskell
```
make haskell
```

## Python
Available from [PyPi](https://pypi.org/project/gnoll/)
```bash
Expand Down Expand Up @@ -66,6 +71,11 @@ make javascript
node a.out.js
```

## R
```baag
make r
```

## Something Else?
### SWIG
The swig bindings are already generated for you in `src/swig/gnoll.i`. Follow the specific instructions in the SWIG documentation to build your own binding.
Expand Down

0 comments on commit ecc810f

Please sign in to comment.