Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carocad committed Oct 15, 2019
1 parent cce5f73 commit 3363f5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ full explanation of the options available for a parser please visit Instaparse w
There are some restrictions as to how much can a parser do. In my experience, these restrictions
are related to some [semantic context-sensitivity](http://blog.reverberate.org/2013/09/ll-and-lr-in-context-why-parsing-tools.html).
which the Clojure reader has embedded into itself. In general I have found the following ones:
- `parcera` doesnt check that a map contains an even number of elements. This is specially difficult
to do since Clojure supports the discard macro `#_ form` which is a valid element but "doesnt count as one"
- `parcera` doesnt check if a map has repeated keys
- `parcera` doesnt check if a set has repeated elements
- `parcera` doesnt check that a map contains an even number of elements. This is specially difficult
to do since Clojure supports the discard macro `#_ form` which is a valid element but "doesnt count as one"
- `parcera` doesnt check if a map has repeated keys
- `parcera` doesnt check if a set has repeated elements

0 comments on commit 3363f5d

Please sign in to comment.