0.15.3 • Published 6 years ago

stencila-mini v0.15.3

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Mini

A minimal, functional language focused on data analysis and visualization and available in Stencila documents.

NPM Build status Code coverage

Documentation

See the documentation at https://github.com/stencila/stencila/tree/master/docs/languages/mini.

Development

  1. Clone the repo
git clone https://github.com/stencila/mini.git
  1. Install a Java Runtime or Java Development Kit (JDK) if you don't have one already.

  2. Download ANTLR into the local .bin/ folder:

mkdir -p .bin
curl -o .bin/antlr-4.6-complete.jar http://www.antlr.org/download/antlr-4.6-complete.jar
  1. Install dependencies
npm install
  1. Test
npm test

or use node make test:browser -w and open test/index.html in your browser.

  1. Build
node make
0.15.3

6 years ago

0.15.2

6 years ago

0.15.1

6 years ago

0.15.0

6 years ago

0.14.2

6 years ago

0.14.1

6 years ago

0.14.0

6 years ago

0.13.1

6 years ago

0.13.0

6 years ago

0.12.4

7 years ago

0.12.3

7 years ago

0.12.2

7 years ago

0.12.1

7 years ago

0.12.0

7 years ago

0.11.4

7 years ago

0.11.3

7 years ago

0.11.2

7 years ago

0.11.1

7 years ago

0.11.0

7 years ago

0.10.0

7 years ago

0.9.1

7 years ago