Arrp Compiler

Installation

Installation packages are available on GitHub as release assets.

Please see release notes for installation instructions.

Source Code

Source code is also available on GitHub

Please see the README file in the repository for help on building the compiler from source.

Usage

Print help and available options:

arrp --help

Compile Arrp code in file program.arrp and generate C++ code in file program.cpp:

arrp program.arrp --cpp program.cpp

Compile Arrp code in file program.arrp and generate an executable program:

arrp program.arrp --exe program

See the following pages for more info: