1 dépôt
Tools that use JavaScript parsing to create visual representations of program execution flow.
Distinct from JavaScript Source Parsers: Extends basic parsing by transforming the resulting structured data into visual flowcharts.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Logic Visualizers. Refine with filters or upvote what's useful.
js-code-to-svg-flowchart is a JavaScript source code visualizer and static code analysis tool that converts programming blocks and iterators into scalable vector graphics flowcharts. It functions as a code-to-diagram converter that maps the structural logic and sequence of operations from source files into visual representations. The system includes a command line interface for generating SVG flowcharts directly from local source code. It features a transformation engine that maps code nodes to schematic shapes and supports a sequence of images at varying abstraction levels to explain logic s
Transforms JavaScript source code into SVG flowcharts to visualize program logic and execution flow.