Re: Pugs documentation & comments

2005-04-30 Thread Stuart Cook
On 4/29/05, Stevan Little <[EMAIL PROTECTED]> wrote: > Autrijus had recommended beginning with src/Eval.hs and using the > Haddock tool (http://haskell.org/haddock/). You are welcome to start > right there. I've made some headway in understanding Eval.hs, but it seems to rely pretty heavily on AST

Re: Pugs documentation & comments

2005-04-29 Thread Stevan Little
Stuart, I have been planning on doing much the same thing to try and increase my understanding of Haskell (although my free time is fairly limited lately). Autrijus had recommended beginning with src/Eval.hs and using the Haddock tool (http://haskell.org/haddock/). You are welcome to start rig

Pugs documentation & comments

2005-04-29 Thread Stuart Cook
As a newcomer to the Pugs project, I figured I would try to first read the code and understand what it does. Unfortunately, without a handy architectural overview or a reference to all the various custom types, that can be pretty tricky. Thus I'm interested in adding documentation and comments to