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
- Host: GitHub
- URL: https://github.com/ripe-lang/ripe
- Owner: ripe-lang
- License: gpl-2.0
- Created: 2026-01-20T04:41:03.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-05-17T01:26:27.000Z (3 days ago)
- Last Synced: 2026-05-17T02:04:56.774Z (3 days ago)
- Topics: compiler, ocaml, programming-language, qbe, systems-programming
- Language: OCaml
- Homepage: https://www.ripe-lang.org
- Size: 630 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-GPL
- Copyright: COPYRIGHT.md
Awesome Lists containing this project
README
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.