When I run arbor visualize <filename> The AST for that file should be displayed in the browser for debugging the parser. Currently, part of the visualizer is working, the tree is being walked but it looks terrible and is not very helpful. Would love help and someone who knows D3 to make this work and look better.
All the code for this starts here: https://github.com/arborlang/ArborGo/blob/master/internal/parser/visitors/visualizer/visitor_debug.go
The visualizer runs as an HTTP server and is listening on port 8080
When I run
arbor visualize <filename>The AST for that file should be displayed in the browser for debugging the parser. Currently, part of the visualizer is working, the tree is being walked but it looks terrible and is not very helpful. Would love help and someone who knows D3 to make this work and look better.All the code for this starts here: https://github.com/arborlang/ArborGo/blob/master/internal/parser/visitors/visualizer/visitor_debug.go
The visualizer runs as an HTTP server and is listening on port 8080