antlr4
antlr4 copied to clipboard
Investigate generating a syntax factory
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.