Hi Alex, could you please give a bit more context about what language or kind of AST you're referring to, and what you mean by visualize? As Vraj mentioned, Graphviz is good for the general case. If you just want to "visualize" Go AST in a text format, you can use go/ast.Print: https://pkg.go.dev/go/ast@go1.20.5#Print
On Wednesday, June 14, 2023 at 9:14:37 AM UTC+12 alex-coder wrote: > Hi All ! > > Could you please advice me a tool to visualize an ast graph. > > Thank you. > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/337cc297-6643-49f5-8c4e-cab6b1117b4fn%40googlegroups.com.