Adoption of Lisperator's transpiler for matlab code
Matjs is a transpiler from matlab code to javascript. It is built upon Lisperator's Tutorial. It takes in a string of matlab code and returns an executable javascript function. This is a priliminary test of the library, so addtional help is welcome!
git clone [email protected]:mkdinh/matjs.git
cd matjs
npm install