Hi all, anybody would have a way to determine the maximum length / maximum complexity of a method in a Pharo out of a parse tree (or whether if the parse tree is over the limit)?
The code SmaCC generates easily hit compiler limits (methods too long or too complex), and I have difficulties changing the code generation approach. Thanks, Thierry
