README.md in regexp_parser-1.7.0 vs README.md in regexp_parser-1.7.1

- old
+ new

@@ -134,14 +134,11 @@ does not perform lexical analysis on the tokens, sticking to the task of identifying the smallest possible tokens and leaving lexical analysis to the lexer. * The MRI implementation may accept expressions that either conflict with - the documentation or are undocumented. The scanner does not support such - implementation quirks. - _(See issues [#3](https://github.com/ammar/regexp_parser/issues/3) and - [#15](https://github.com/ammar/regexp_parser/issues/15) for examples)_ - + the documentation or are undocumented, like `{}` and `]` _(unescaped)_. + The scanner will try to support as many of these cases as possible. --- ### Syntax Defines the supported tokens for a specific engine implementation (aka a flavor). Syntax classes act as lookup tables, and are layered to create