Visualize how data-flow analysis are performed on control-flow graphs.
- Access DFAV at https://shumbo.github.io/DFAV
- Select analysis and order of node iteration on the top right
- Type JavaScript code on the editor on the left
- Step backward/forward to see how the analysis work
DFAV is built with React with Vite and uses pnpm
as a package manager.
npm install -g pnpm
pnpm install
pnpm dev