Hi, I noticed that there is a test in test_pypackrat.py which seems to suggest that the parser supports left recursion.
a: a ":" | "b"; However running with the ebnf above failed with the error: nonterminal a is in its own follow set(['a']) AssertionError assert not self.has_left_recursion() So, does it or does it not support left recursion ? -- Regards, S
_______________________________________________ pypy-dev@codespeak.net http://codespeak.net/mailman/listinfo/pypy-dev