Skip to content

Commit

Permalink
#63. Negative Lookahead Error
Browse files Browse the repository at this point in the history
Ideas for the solution
  • Loading branch information
curious-odd-man committed Feb 16, 2021
1 parent 621ee53 commit 2330901
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#BUG solution approaches overview:

1. Make lookaround Node apply restrictions on surrounding nodes. The implication here is that it might not be known how much nodes it should apply restrictions to.
1. The visitor that collects generated value might verify that inserted value is compliant with restrictions from lookaround nodes, though not clear how to re-generate values with lookbehind pattern.


# Regex: generate matching and non-matching strings

This is a java library that, given a regex pattern, allows to:
Expand Down

0 comments on commit 2330901

Please sign in to comment.