nitrolang

0.4.9 • Public • Published

Logo

Nitrolang

Interpreted scripting language
Master branch
Report Bug - Request Feature

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).

Readme

Keywords

none

Package Sidebar

Install

npm i nitrolang

Weekly Downloads

1

Version

0.4.9

License

GPL-3.0

Unpacked Size

78.6 kB

Total Files

17

Last publish

Collaborators

  • johain