ARX Setup
Tested on Linux platform with Python 3.13.7
Start
Clone the repository with git clone https://github.com/vladimir-sama/arx-lang.git
You can run python arx_install.py -i
for system and virtual environment install.
Usage
Run python arx.py build hello_world.arx
where hello_world.arx
is the Artemis code file you want to compile.
There is also a VSCode extension here.