robrix / Madness

Recursive Descent Into Madness
MIT License
291 stars 17 forks source link

Repetition over Closed Intervals #62

Closed davidcairns closed 9 years ago

davidcairns commented 9 years ago

Also changes semantics of n ..< n. Previously this would match n repetitions exactly, but it no longer matches any number of repetitions.

davidcairns commented 9 years ago

Blergh, lemme take care of those merge conflicts…

robrix commented 9 years ago

There still appear to be merge conflicts.