Hi,<div><br></div><div>I noticed that there is a test in test_pypackrat.py which seems to suggest that the parser supports left recursion. <br clear="all"><br></div><div>a: a &quot;:&quot; | &quot;b&quot;;</div><div><br></div>
<div>However running with the ebnf above failed with the error:</div><div><br></div><div>nonterminal a is in its own follow set([&#39;a&#39;])</div><div><div>AssertionError assert not self.has_left_recursion()</div></div>
<div><br></div><div><br></div><div>So, does it or does it not support left recursion ?<br></div><div><br>-- </div><div>Regards,<br><br>S
</div>