You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background: I'm using ANTLR4 (C# version) to parse a source file, then use StringTemplate4 on the parse tree to render the source file in a different language.
This works relatively well, but I regularly hit the stack depth limit, because the parse tree is very deeply nested.
The text was updated successfully, but these errors were encountered:
Copied from antlr/stringtemplate4#111:
The text was updated successfully, but these errors were encountered: