Richard Startin

Results 61 issues of Richard Startin

If each constraint is associated with only one rule, this library represents a huge waste of space, and it would be better to use a list of rules with the...

Use shift or without mismatches to match inputs against expressions like "abc*[^x]"

Use shift-or to implement this.

The PrefixMatcher uses a very naive algorithm to find the longest common prefix between the input and the rules.