NeilKleistGao / mlscript-driver-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLscript Driver Demo

Quick Start

MLscript uses git to track file changes. Please use git clone rather than download the project.

To install the necessary libraries, execute:

npm i

To watch the project, execute:

npm run watch

To execute the final program, run:

node js/mlscript/Main.js

About


Languages

Language:Standard ML 83.5%Language:TypeScript 16.5%