ti-js
v0.4.25
Published
TI-Basic interpreter written in JavaScript.
Downloads
10
Readme
TI-JS
Table of contents
Introduction
TI-JS lets you run TI-Basic programs in the browser (by acting as a compiler/runtime, not through emulation).
Currently working on expanding the grammar, so this is in prerelease.
Check out the project page and the test suite, or playground.
Setup
To build, use node.
npm install
npm run build # production build
npm start # dev build, experiment at localhost:9080/playground/
Usage
In progress, check back later.
If you're eager, poke around the web and sample directories for examples.