Skip to content

Latest commit

 

History

History
122 lines (81 loc) · 2.67 KB

README.md

File metadata and controls

122 lines (81 loc) · 2.67 KB

Project logo

Quark lang

Status GitHub Issues GitHub Pull Requests License


Quark is a compiled programming language for computing

📝 Table of Contents

🧐 About

The main goal of Quark is to offer a language that combines simplicity and productivity in addition to its elegant syntax.

🏁 Getting Started

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.

Prerequisites

To install Quark, you will need:

Node >= 14

Installing


🔧 Running the tests

To run the tests:

 yarn jest

Break down into end to end tests

No tests for the moment.

🎈 Usage

No usage informations for the moment.

🚀 Manual installation

To deploy Quark lang, do:

 $ git clone git@github.com:quark-lang/quark.git

 # OR

 $ git init
 $ git remote add origin git@github.com:quark-lang/quark.git
 $ git pull

🚀 Build

To build the project, do:

 $ yarn tsc tsconfig.json

 # OR

 $ docker build -t quark-lang .
 $ docker run -it --rm quark-lang

✍️ Authors

See also the list of contributors who participated in this project.