stchang / parsack

A basic Parsec-like monadic parser combinator library implementation in Racket.
MIT License
50 stars 10 forks source link

Add oneOfStrings #12

Closed greghendershott closed 10 years ago

greghendershott commented 10 years ago

This seems like a useful combinator to have in the core library.

stchang commented 10 years ago

Sorry, the string vs listof char? comment was for oneOfStrings. many1Till works fine.

greghendershott commented 10 years ago

Ah, good, I thought it was me who was mixed up. ;)