Re: TTG hsSyn for Batch and Interactive Parsing

2018-05-08 Thread Alan & Kim Zimmerman
I have started a wiki page at https://ghc.haskell.org/trac/ghc/wiki/ImplementingTreesThatGrow/IdeSupport On 8 May 2018 at 10:54, Simon Peyton Jones wrote: > At first blush, “running the parser in two modes” and “changing the Pass” > type don’t match up in my mind. One

RE: TTG hsSyn for Batch and Interactive Parsing

2018-05-08 Thread Simon Peyton Jones via ghc-devs
At first blush, “running the parser in two modes” and “changing the Pass” type don’t match up in my mind. One seems quite local (how to run the parser). The other seems more pervasive. Can you say more about your proposed design, perhaps even on a wiki page? Simon From: ghc-devs

RE: Basic Block Layout in the NCG

2018-05-08 Thread Simon Peyton Jones via ghc-devs
There is good info in this thread … do add it to the ticket #15124 Simon From: ghc-devs On Behalf Of Andreas Klebinger Sent: 06 May 2018 20:59 To: Kavon Farvardin Cc: ghc-devs@haskell.org Subject: Re: Basic Block Layout in the NCG On branch