Skip to content

Simple code execution visualizer for JavaScript

Notifications You must be signed in to change notification settings

mAlaliSy/codilizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codilizer is a simple code visualizer for JavaScript. It visualizes the execution of simple statements.

How can I use it?

You can try it out from here

Supported statements:

  • 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)

Used tools:

  • ANTLR for generating the JavaScript parser
  • Monaco editor the text editor that powers VS Code

About

Simple code execution visualizer for JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published