antlr / antlrcs

The C# port of ANTLR 3, StringTemplate 3, and StringTemplate 4
Other
282 stars 81 forks source link

ST4: Is it possible to make the stack overflow limit adjustable? #50

Open sharwell opened 8 years ago

sharwell commented 8 years ago

Copied from antlr/stringtemplate4#111:

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.

xied75 commented 7 years ago

Is this problem still open to be solved?