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

https://github.com/ripe-lang/ripe

The Ripe programming language
https://github.com/ripe-lang/ripe

compiler ocaml programming-language qbe systems-programming

Last synced: 3 days ago
JSON representation

The Ripe programming language

Awesome Lists containing this project

README

          





Ripe: A systems programming language

A systems programming language.

## Installation

### Debian

```sh
sudo apt install opam qbe
opam install . --deps-only
```

## Usage

```
dune build # Compile
dune exec ripec -- # Run on a file
```

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).

## License

Ripe is licensed under GPL-2.0-only. See [COPYRIGHT.md](COPYRIGHT.md) for details.