I\'m trying to make a parser for a simple functional language, a bit like Caml, but I seem to be stuck with the simplest things.
So I\'d like to know if there are some m
I wrote up a series of examples on how to parse Roman Numerals with parsec. It's pretty basic but you or other newcomers may find it useful:
https://github.com/russell91/roman