Skip to content

quark-programming/quark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This langauge is in early stages of development, everything is subject to change

Quick Start

To build the compiler (default: qc):

$ make build
or 
$ make build out=PATH

Compile a .qk file to C:

$ ./qc main.qk -o main.c

Examples

See source files in lib/ for examples or the current test file or visit quar.k.vu for documentation.

Hello World

print("Hello World");

About

The Quark Programming Language

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published