ts-python-interpreter is a Python .pyc interpreter written in TypeScript.
Refer to project_description.tex
for a more detailed overview.
git clone https://github.com/nbraga/ts-python-interpreter.git
cd ./ts-python-interpreter
npm install
npm run-script compile-amd
npm run-script optimize
npm start
Visit http://localhost:8080 in a browser. View interpretation results in the browser's developer tools console. Running Tests
To run our functional test programs, run (from the root of project directory):
npm run-script compile-loop
npm run-script loop