
10 May
2007
10 May
'07
6:57 p.m.
On Thu, May 10, 2007 at 07:24:51PM +0100, Andrew Coppin wrote:
On the other hand, parsing Haskell input is intractably hard. Whitespace actually matters, which makes the program to parse Haskell horrendusly complex.
Do you know about the algorithm for converting Haskell source into a whitespace-insignificant sublanguage? It's in section 9.3 of http://haskell.org/onlinereport/syntax-iso.html Thanks Ian