nitrolang
v0.4.9
Published
Interpreted scripting language.
Readme
Quick Start
Installation
npm
npm install -g nitrolangmanual
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-devRunning
npm run devBuilding
npm run buildKnown issues
- Functions are a bugged involving environments (scopes).
