Re: Layout expansion

1992-12-18 Thread kh
> I want to build the layout expansion ('{', '}' and ';') > into the scanner. In general you could only do this by building some parsing capability into the scanner (though in musing about it I haven't found any cases which couldn't be solved by ad

Layout expansion

1992-12-17 Thread Holger Stoltze
Hello! Is there anybody who can help me? I'm building a Compiler for Haskell and have the following problem: I want to build the layout expansion ('{', '}' and ';') into the scanner. The Report (version 1.1) states that "a close brace is also inserted wh