0.4.9 • Published 11 months ago

nitrolang v0.4.9

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
11 months 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

11 months ago

0.4.8-dev

11 months ago

0.4.8

11 months ago

0.4.7

11 months ago

0.4.6

11 months ago

0.4.5

11 months ago

0.4.4

11 months ago