stchang / parsack

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

Change oneOfStrings result type, and provide case-insensitive alternatives for various #16

Closed greghendershott closed 10 years ago

greghendershott commented 10 years ago

NOTE: Even though I'm a collaborator on this repo now (thanks again!) these were enough changes, and we'd only really discussed one of them, that I felt better doing this as a pull request so you could review (if you want).

stchang commented 10 years ago

Changes look great. Thanks!