ssa-form

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i ssa-form

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

2.47 MB

Total Files

40

Last publish

Collaborators

  • jjdanois