ssa-form

Creates an flow graph in SSA form based on an initial CFG. It can also apply data flow functions and will generate a live out set for each block as default for pruned SSA.

Usage no npm install needed!

<script type="module">
  import ssaForm from 'https://cdn.skypack.dev/ssa-form';
</script>

README

ssa-form

Coveralls Status Build Status Dependency Status npm version License Known Vulnerabilities david-dm

Creates an flow graph in SSA form based on an initial CFG. It can also apply data flow functions and will generate a live out set for each block as default for pruned SSA.

WARNING: Work in progress, not ready to be used yet.

Install

npm i ssa-form

Usage

const 
    ssa = require( 'ssa-form' );

ssa() // true

License

MIT © Julian Jensen