Skip to content

Commit

Permalink
Merge pull request #178 from veelo/master
Browse files Browse the repository at this point in the history
Remove left-recursion from limitations.
  • Loading branch information
PhilippeSigaud committed Jan 31, 2016
2 parents e4f8590 + 02ebca9 commit 994c43d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ Limitations
-----------

* **Pegged** accepts only strings for the time being (wstrings or dstrings were OK as input some time ago, but I recently dropped them).
* As with other top-down recursive descent parsers, **Pegged** has trouble with left-recursive rules for now. But you can do recursive grammars, of course.
* Error reporting is the same as for any in-my-own-free-time / just-one-guy parsing project (read: perfectible).
* I recently dropped named captures and the `=` and `@` operators.

Expand Down

0 comments on commit 994c43d

Please sign in to comment.