Codilizer is a simple code visualizer for JavaScript. It visualizes the execution of simple statements.
You can try it out from here
- Variable declaration with var keyword - only var
- if statements
- while loop statement
- for loop statement
- Nearly all expressions are supported, except for assigment operators only simple one is supported ("+=","-=", "*=", ...etc are not supported)
- ANTLR for generating the JavaScript parser
- Monaco editor the text editor that powers VS Code