Yuriy Mann
Yuriy Mann
Same issue with python 2.7.13. I wonder if anyone is still supporting this project. UPDATE: It turned out I was dumping from cProfile rather than line_profiler. So in my case...
The non-deterministic results create significant issues when testing and debugging an intentionally highly ambiguous grammar. The only possible cause I can see of this is iterating through Python sets. Maybe...
Sorry, messed up the original examples, corrected now.
@chanicpanic, wow, conditional inlining looks indeed like THE solution for my case. And thanks for the lark-ambi-tools link! `Disambiguator` is particularly a thing I was looking for and was almost...