cvs commit: fptools/happy/examples/glr/bio-eg Makefile fptools/happy/examples/glr/expr-eval Main.lhs Makefile fptools/happy/examples/glr/expr-monad Makefile fptools/happy/examples/glr/expr-tree Main.lhs Makefile fptools/happy/examples/glr/hidden-leftrec Makefile fptools/happy/examples/glr/highly-ambiguous ...

[email protected] Wed, 27 Jul 2005 17:15:41 -0700
Newsgroups gmane.comp.lang.haskell.cvs.happy
Message-ID <[email protected]>
paulcc      2005/07/27 17:15:41 PDT

  Modified files:
    happy/examples/glr/bio-eg Makefile 
    happy/examples/glr/expr-eval Main.lhs Makefile 
    happy/examples/glr/expr-monad Makefile 
    happy/examples/glr/expr-tree Main.lhs Makefile 
    happy/examples/glr/hidden-leftrec Makefile 
    happy/examples/glr/highly-ambiguous Makefile README 
    happy/examples/glr/nlp Makefile 
    happy/examples/glr/packing Makefile README 
  Log:
  removed dependence on symbolic links
  improved makefiles (eg adding more flexible test targets)
  
  Revision  Changes    Path
  1.4       +3 -9      fptools/happy/examples/glr/bio-eg/Makefile
  1.4       +5 -4      fptools/happy/examples/glr/expr-eval/Main.lhs
  1.2       +9 -14     fptools/happy/examples/glr/expr-eval/Makefile
  1.2       +4 -13     fptools/happy/examples/glr/expr-monad/Makefile
  1.4       +4 -3      fptools/happy/examples/glr/expr-tree/Main.lhs
  1.2       +9 -15     fptools/happy/examples/glr/expr-tree/Makefile
  1.2       +2 -11     fptools/happy/examples/glr/hidden-leftrec/Makefile
  1.2       +8 -12     fptools/happy/examples/glr/highly-ambiguous/Makefile
  1.2       +1 -1      fptools/happy/examples/glr/highly-ambiguous/README
  1.2       +3 -16     fptools/happy/examples/glr/nlp/Makefile
  1.2       +2 -5      fptools/happy/examples/glr/packing/Makefile
  1.2       +4 -2      fptools/happy/examples/glr/packing/README