ziman / lightyear

Parser combinators for Idris
Other
238 stars 43 forks source link

Add chainl/chainl1/chainr/chainr1 combinators. #39

Closed steshaw closed 8 years ago

steshaw commented 8 years ago

These are combinators as found in Parsec that are typically used to build expression parsers. I previously used basic versions of these to build a simple "calculator".

ziman commented 8 years ago

Thank you!