[Haskell-cafe] parsing currency amounts with parsec

Roman Cheplyaka roma at ro-che.info
Tue May 10 23:52:40 CEST 2011


* Eric Rasmussen <ericrasmussen at gmail.com> [2011-05-09 15:07:57-0700]
> Hi everyone,
> 
> I am relatively new to Haskell and Parsec, and I couldn't find any articles
> on parsing numbers in the following format:

You could read hledger[1] sources for inspiration: it's written in
Haskell and contains some (quite generic) currency parsing.

[1]: http://hledger.org/

-- 
Roman I. Cheplyaka :: http://ro-che.info/
Don't worry what people think, they don't do it very often.



More information about the Haskell-Cafe mailing list