A minimal, functional language focused on data analysis and visualization and available in Stencila documents.
See the documentation at https://github.com/stencila/stencila/tree/master/docs/languages/mini.
- Clone the repo
git clone https://github.com/stencila/mini.git-
Install a Java Runtime or Java Development Kit (
JDK) if you don't have one already. -
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- Install dependencies
npm install- Test
npm testor use node make test:browser -w and open test/index.html in your browser.
- Build
node make