cvs commit: fptools/happy/src ProduceGLRCode.lhs fptools/happy/templates GLR_Base.lhs

[email protected] Sat, 4 Dec 2004 07:01:37 -0800
Newsgroups gmane.comp.lang.haskell.cvs.happy
Message-ID <[email protected]>
paulcc      2004/12/04 07:01:37 PST

  Modified files:
    happy/src            ProduceGLRCode.lhs 
    happy/templates      GLR_Base.lhs 
  Log:
  dollar-free token patterns are bound to name happy_var_N (GHC grammar uses
  this a few times)
  
  now correctly builds decoding instances for user-supplied token types
  
  Revision  Changes    Path
  1.12      +12 -5     fptools/happy/src/ProduceGLRCode.lhs
  1.4       +8 -5      fptools/happy/templates/GLR_Base.lhs