A simple JavaScript / TypeScript evaulator. Outputs line by line output.
Using babel plugins, a debug(lineNumber, expression)
function is inserted whenever appropiate.
For example, 5 == 5
becomes debug(1, 5 == 5)
Feel free to submit a pull request or issue! Feedback is greately appreciated!
Run yarn dev
to start the developer enviornment.
Run yarn build
to build the site. It will output to build/
.