1.0.2 • Published 6 years ago

ssa-form v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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