Ramarren / cl-parser-combinators

An experimental implementation of parser combinators in Common Lisp
80 stars 5 forks source link

back out word? change? #3

Closed slyrus closed 12 years ago

slyrus commented 12 years ago

I can see the rationale behind changing word?, but it took me a while to figure out why my parser stopped working when I updated cl-parser-combinators last night. Perhaps a strict-word? that is only letters, leaving the old alphanum word? in place might cause less damage?

slyrus commented 12 years ago

Thanks! I I still think a strict-word? would be a nice (trivial) addition, but not breaking the old word? behavior is a good thing!