Skip to content

Commit

Permalink
Add visualization graph (#39)
Browse files Browse the repository at this point in the history
Generate an svg graph from the core IR using pygraphviz and adding some interactivity with javascript
---------

Co-authored-by: Rico Haeuselmann <[email protected]>
  • Loading branch information
leclairm and DropD authored Nov 27, 2024
1 parent 903b3db commit 8840970
Show file tree
Hide file tree
Showing 12 changed files with 409 additions and 3,799 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: |
pip install --upgrade pip
pip install hatch
- name: Install Graphviz
run: sudo apt-get install graphviz graphviz-dev
- name: Install package
run: |
pip install .
Expand All @@ -51,6 +53,8 @@ jobs:
run: |
pip install --upgrade pip
pip install hatch
- name: Install Graphviz
run: sudo apt-get install graphviz graphviz-dev
- name: Install package
run: |
pip install .
Expand All @@ -71,6 +75,8 @@ jobs:
run: |
pip install --upgrade pip
pip install hatch
- name: Install Graphviz
run: sudo apt-get install graphviz graphviz-dev
- name: Install package
run: |
pip install .
Expand Down
368 changes: 0 additions & 368 deletions Parser_PoC/parse_preview.py

This file was deleted.

Loading

0 comments on commit 8840970

Please sign in to comment.