Skip to content

boopathi/babel-analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run in iTerm2

for name in fixtures/* ; do
  echo $name;
  cat $name;
  echo;
  node index.js $name | dot -Tpng | imgcat
done

Testing your own code

node index.js example.js

Will dump a DOT Language graph that will have comments on any nodes that were skipped.

Project Organization

index.js

Testing CLI while rest is fleshed out.

Block.js

All the types for CFG blocks.

CFGBuilder.js

Our state manager for most operations.

About

SSA/CFG for babylon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%