Add Analyze view with interactive DAG visualization #64
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds an Analyze button to the toolbar that lets you inspect the compiled program structure. When you click it, you get a DAG visualization showing all the nodes (jets, witnesses, combinators, etc.) color-coded by type, plus metrics like size, weight, and compression ratio.
You can pan/zoom around the graph and click any node to see its type signature and CMR hash in a details panel. The graph auto-fits to the viewport on load. Useful for debugging and understanding what the compiler actually produces.