Posted on 28th April 2025|63 views
I've been running into memory issues with a grammar I been working on using ANTLR4 and golang. I've seen a few google results saying to use clearDFA() to reduce the memory footprint, but it does not appear that that function is available in golang. Does anybody know what the equivalent name would be in golang?