qcc is the compiler for quale language. Building qcc is straightforward if
you have a functioning rust toolchain.
cargo build --releaseTo test the compiler, you can do
cargo testAnd for installing the compiler in your machine, run
cargo install --path .This will install qcc binary in $HOME/.cargo/bin/. Run qcc --help for
available options.