CorLang

Logo

View the Project on GitHub C1200/CorLang

← Back

Table of Contents

Quick Start (linux)

This guide may be available to other platforms in the future.

Downloading

Go here to get the latest linux binary.

Running

To run the CorLang CLI run:

chmod +x /path/to/corlang # only needed once
/path/to/corlang [file]

The CLI can optionally take in a file to execute.

Quick Start (python)

Prerequisites

Downloading

Run git clone https://github.com/C1200/CorLang.git

Running

To run the CorLang CLI run:

cd CorLang
python3 lib/cli.py [file]

The CLI can optionally take in a file to execute.