Skip to content

quale-lang/quale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qcc - compiler toolchain for quale language

qcc is the compiler for quale language. Building qcc is straightforward if you have a functioning rust toolchain.

cargo build --release

To test the compiler, you can do

cargo test

And 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published