Keli Language
https://github.com/KeliLanguage/compiler/
Search…
Motivation
Showcase
Design goals
Features
Specification
Section 1: Introduction
Section 2: Lexical Structure
Section 3: Basic Expressions
Section 4: Magic Expressions
Section 5: Declarations
Section 6: Modules
Section 7: Type annotations
Section 8: Packages
Style guide
Naming conventions
Techniques
Singleton
Default values for functions
Installation
How to install Keli?
Tutorial
Creating a new package
CONTRIBUTE
Github source
Blog
Interval comparison operator for free!
Powered By
GitBook
How to install Keli?
1. Download Haskell Stack
Install/upgrade - The Haskell Tool Stack
2. Download Node.js
As long as the version is higher than v10.0.0, it will be fine.
Download | Node.js
Node.js
3. Download Git
Git - Downloads
4. Build the Keli compiler from source
Open Command Prompt (for Windows), or Shell (for Linux/MacOS), then paste in the following command.
1
# Clone the keli-compiler source
2
git
clone https://github.com/KeliLanguage/compiler.git keli-compiler
3
cd
keli-compiler
4
5
# Copy the keli binary into PATH, so that you can call the `keli` command anywhere
6
stack build --copy-bins
Copied!
5. Download Visual Studio Code
https://code.visualstudio.com/download
code.visualstudio.com
6. Install the Keli extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=wongjiahau.keli
marketplace.visualstudio.com
Techniques - Previous
Default values for functions
Next - Tutorial
Creating a new package
Last modified
3yr ago
Copy link
Contents
1. Download Haskell Stack
2. Download Node.js
3. Download Git
4. Build the Keli compiler from source
5. Download Visual Studio Code
6. Install the Keli extension for Visual Studio Code