cvs commit: fptools/happy/src Main.lhs

[email protected] Wed, 8 Sep 2004 03:05:32 -0700
Newsgroups gmane.comp.lang.haskell.cvs.happy
Message-ID <[email protected]>
paulcc      2004/09/08 03:05:32 PDT

  Modified files:
    happy/src            Main.lhs 
  Log:
  Changed how unused rules are counted
  
  In GLR mode only, any reduction in an LR'Multiple action is counted as used.
  
  Standard mode is unchanged - just count the selected reductions.
  
  Revision  Changes    Path
  1.54      +24 -9     fptools/happy/src/Main.lhs