Skip to content
forked from nextrie/quark-lang

Quark is an interpreted programming language written in Typescript. Its syntax is based on Lisp.

Notifications You must be signed in to change notification settings

blue-keys/quark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Quark is an interpreted programming language written in Typescript. Its syntax is based on Lisp.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.7%
  • JavaScript 2.3%