vlasovskikh / funcparserlib

Recursive descent parsing library for Python based on functional combinators
https://funcparserlib.pirx.ru
MIT License
345 stars 38 forks source link

Bug in left recursion detection for JSON parser example #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Tests for JSON parser fail with false left recursion `GrammarError`.

Original issue reported on code.google.com by andrey.vlasovskikh on 27 May 2011 at 8:19

GoogleCodeExporter commented 9 years ago
Fixed in [f2c5af3dbd38].

Original comment by andrey.vlasovskikh on 27 May 2011 at 8:39