Quark is a compiled programming language written in Typescript.
The main goal of Quark is to offer a language that combines simplicity and productivity in addition to its cool and easy syntax.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See Manual installation for notes on how to install the project on a live system.
To install Quark, you will need:
Deno >= 1.6.0
To run the tests:
deno test
No tests for the moment.
The linter is present in order to allow anyone to be able to contribute while being in the main coherence of the code.
deno lint
No usage informations for the moment.
To deploy Quark lang, do:
$ git clone [email protected]:quark-lang/quark.git
# OR
$ git init
$ git remote add origin [email protected]:quark-lang/quark.git
$ git pull
To build the project, do:
$ mkdir build
$ deno compile --unstable src/main.ts -o build/quark-lang
$ ./build/quark-lang
# OR
$ docker build -t quark-lang .
$ docker run -it --rm quark-lang
- @thomasvergne - Idea & Initial work
See also the list of contributors who participated in this project.