I realize that pretty-printing a Julia expression is actually part of the formatter's functionality (since the formatter actually produce strings from CST) so that I'm thinking maybe we should use JuliaFormatter to do the pretty-printing of a given Expr instead of re-implement a huge portion of the same thing in Expronicon. but then the problem would be how do we convert Expr to some kind of CST that this package understands?
I realize that pretty-printing a Julia expression is actually part of the formatter's functionality (since the formatter actually produce strings from CST) so that I'm thinking maybe we should use JuliaFormatter to do the pretty-printing of a given
Exprinstead of re-implement a huge portion of the same thing in Expronicon. but then the problem would be how do we convertExprto some kind of CST that this package understands?