Skip to content

Commit

Permalink
Fix parser tokenizer bug (alignment operator).
Browse files Browse the repository at this point in the history
Alignment operator was too "loose", i.e. in the query
[word='the'] =test=> _, "='the'] =test=>" was seen as an
alignment operator.

Now disallowed several special characters inside the operator
regular exoression to prevent this problem. Relation types
should generally consist of normal characters, not quotes, spaces,
brackets, etc. If really needed, we could add an option to put
regexes between =/.../=> , but that's probably not necessary.
  • Loading branch information
jan-niestadt committed Jun 3, 2024
1 parent 796cc5e commit 7172e15
Show file tree
Hide file tree
Showing 3 changed files with 718 additions and 915 deletions.
Loading

0 comments on commit 7172e15

Please sign in to comment.