Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shumbo/dfav
Data-flow Analysis Visualizer
https://github.com/shumbo/dfav
Last synced: 2 days ago
JSON representation
Data-flow Analysis Visualizer
- Host: GitHub
- URL: https://github.com/shumbo/dfav
- Owner: shumbo
- License: mit
- Created: 2021-11-14T20:56:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T02:06:01.000Z (about 3 years ago)
- Last Synced: 2024-04-22T13:20:44.843Z (9 months ago)
- Language: TypeScript
- Homepage: https://shumbo.github.io/DFAV/
- Size: 622 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DFAV - Data-Flow Analysis Visualizer
Visualize how data-flow analysis are performed on control-flow graphs.
## Usage
1. Access DFAV at https://shumbo.github.io/DFAV
1. Select analysis and order of node iteration on the top right
1. Type JavaScript code on the editor on the left
1. Step backward/forward to see how the analysis work## Development
DFAV is built with React with Vite and uses `pnpm` as a package manager.
```bash
npm install -g pnpm
pnpm install
pnpm dev
```