Mykola Musiienko
Mykola Musiienko
@mike-lischke > This makes no sense, really. Actually, this feature-request to simplify AST construction makes a ton of sense. Antlr v3 used to have built-in mechanisms supporting AST construction. Take...
@KvanTTT **TLDR:** A Roslyn syntax tree is an AST it is **not** a parse tree. > You can manually convert the parse tree to AST with Visitor. You sure can....
If anyone lands here in search of a way of converting an Antlr's parse tree into an AST, I believe [this StackOverflow answer](https://stackoverflow.com/a/29996191/818321) does a stellar job explaining it. And...