0.4.9 • Published 2 years ago

nitrolang v0.4.9

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

Downloads Contributors Forks Stargazers Issues License

Quick Start

Installation

npm

npm install -g nitrolang

manual

Download the standalone.zip file from github releases.

Usage

nitro # Launches the repl interpreter.
nitro {file_path} # Interprets the nitro program.

Documentation

Read the Documentation here.

Contributing

Cloning

You can clone the nitro repository like underneath. To contribute you could create a pull request or fork the repository.

git clone https://github.com/blueprintgrp/nitrolang.git 
cd nitro
npm install --save-dev

Running

npm run dev

Building

npm run build

Known issues

  • Functions are a bugged involving environments (scopes).
0.4.9

2 years ago

0.4.8-dev

2 years ago

0.4.8

2 years ago

0.4.7

2 years ago

0.4.6

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago