This langauge is in early stages of development, everything is subject to change
To build the compiler (default: qc):
$ make build
or
$ make build out=PATHCompile a .qk file to C:
$ ./qc main.qk -o main.cSee source files in lib/ for examples or the current test file or visit quar.k.vu for documentation.
print("Hello World");
