lidavidm / reduct-redux

A game to teach functional programming concepts
https://games.lidavidm.me/reduct-redux/docs
Mozilla Public License 2.0
1 stars 0 forks source link

Debugging tools #16

Open lidavidm opened 6 years ago

lidavidm commented 6 years ago

Reconstruct the AST and projection tree for a given node

lidavidm commented 6 years ago

We have semant.inflate and the F2-tracer. The F2-tracer should be augmented to show the corresponding node as well. We also need some way to explore the view hierarchy, not just visualize it (perhaps another addition to the F2-tracer).