This repository is heavely under development...
Rill-lang is a programming language which is designed for systems programming.
This repository contains the implementation of Rill-lang.
- x86_64-unknown-linux-gnu
- wasm32-wasi
e.g. rillc compile test/pass/hello_world.rill
generates a.out
by default.
Please execute rill --help
to check more options!
- Arch Linux (host: x86_64)
- Ubuntu 20.04 (host: x86_64)
- OCaml (>= 4.09.0)
- OPAM (>= 2.1.0~beta2)
- dune (>= 2.5)
- CMake (>= 3.5.1)
- LLVM (>= 11.0.0)
- GCC (>= 10)
$ git clone https://github.com/yutopp/rill.git
$ cd rill
See rillc/README.
rill$ cmake -B build
The project will be created under the build
directory, which can be named any way you like.
rill$ cmake --build build
or
rill$ cd build
build$ make
rill$ cd build
build$ make CTEST_OUTPUT_ON_FAILURE=1 test
cmake --install build --prefix /usr/local
A toolchain will be installed under the specified prefix
.
Boost License Version 1.0