Re: cvs commit: fptools/happy/src Set.hs AbsSyn.lhs GenUtils.lhs Grammar.lhs LALR.lhs Lexer.lhs Main.lhs Makefile ParseMonad.lhs Parser.hs ProduceCode.lhs ProduceGLRCode.lhs Target.lhs Set.lhs happy.prj
Sven Panne <[email protected]> Tue, 25 Jan 2005 18:31:43 +0100
| Newsgroups | gmane.comp.lang.haskell.cvs.happy |
|---|---|
| Message-ID | <[email protected]> |
Simon Marlow wrote:
> Thanks for all this, looks like good stuff. Happy seems to be a little
> faster after your changes. I bet it could be made even faster by using
> IntSet instead of Set Int in various places, too.
My main intention was not improving speed (but it's a nice side-effect :-),
but to clean up things a bit and make all the tools usable by Hugs. We're
not completely there, but at least a step in this direction has been done.
Cheers,
S.