Skip to content

Commit

Permalink
Add arrows to paired string delimiters
Browse files Browse the repository at this point in the history
Unicode has lots of arrows of various shapes, sizes, and directions.
None of them were of consequence to the Bidirectional algorithm, so none
were specified as being mirrored pairs.  This commit uses the
generalizations already in place from previous commits to examine arrow
symbols and choose which are mirrored pairs.

As previously, it rejects arrows with contrary directionality, and ones
without horizontal directionality.
  • Loading branch information
khwilliamson committed Mar 20, 2022
1 parent a863e56 commit 0b6e3da
Show file tree
Hide file tree
Showing 4 changed files with 342 additions and 9 deletions.
162 changes: 162 additions & 0 deletions lib/feature.pm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0b6e3da

Please sign in to comment.