Luke Nezda
Luke Nezda
I had immediately done a similar test leading to the same conclusion, and even found http://stackoverflow.com/a/4515435/689119 explaining this is how NFA engines work, and already thought this was an NFA...
I'd like a generic "rule engine" supporting regular expression syntax over sequences with generic function token predicates where operators behave in as familiar/standard a way as possible. More importantly, I'd...
I didn't mean relative rule ordering would cause problems with the reluctant operators, I meant I think encoding an evolving collection of "top-level" rules with a root alternation without leftmost...
I am only meaning leftmost longest in the standard among-the-matches sense Here's an example of what I'm thinking of with a fictitious operator `longest`: ``` clojure (longest (as :shorter (cat...