Implementation of R using TypeScript (named joRdan), done by Daniel Hoe and Joash Chin.
User specifications can be found here, while developer specifications can be found under the Wiki page.
To run the interpreter yourself, the simplest way is to clone the repository, then run:
npm install # install dependencies
npm run serve # bundles the project with parcel, and deploy it on localhost:1234
To run the tests located in src/tests
, run:
npm test