INSTALLATIO (Installation)

§ I

Requirements

To run the Veritas compiler and generate executables, you must have the following installed on your system:

§ II

Cloning & Global Setup

Obtain the source code and link the unified CLI to your path:

git clone https://github.com/jreyes913/veritas.git
cd veritas
sudo ln -s "$(pwd)/compiler/main.py" /usr/local/bin/veritas

§ III

Verification

Test your installation by creating a new project:

veritas new project_alpha
cd project_alpha
veritas run

§ IV

VS Code Extension

For syntax highlighting and unit type support, install the extension:

cp -r veritas-language ~/.vscode/extensions/

Restart VS Code to activate.