stchang / parsack

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

Fix `choice` docs. #11

Closed greghendershott closed 10 years ago

greghendershott commented 10 years ago

choice isn't the same as <or>. Instead choice takes one (listof parser?) which it applys to <or>.