Investigate generating a syntax factory
Opened this issue · 0 comments
sharwell commented
The SyntaxFactory
class in Roslyn provides simple methods for creating new syntax trees. ANTLR users wishing to perform manual construction of syntax trees could benefit from automatically generating this type of factory.