This repository houses the Aria compiler/toolchain and the language specification.
- Any C compiler
make
- Latest version of LLVM
- Latest version of LLVM
Aria is available on the AUR. Using an AUR helper (Yaourt):
yay -S aria
Or downloading and installing the package manually:
git clone https://aur.archlinux.org/aria.git
cd aria/
makepkg -si
git clone https://github.com/shkhuz/aria.git
cd aria/
make
sudo make install
This project is GNU GPLv3 licensed. See the COPYING
file
for more details.