paulcc | 28 Jul 2005 02:21
Favicon

cvs commit: fptools/happy/src Main.lhs ProduceGLRCode.lhs

paulcc      2005/07/27 17:21:03 PDT

  Modified files:
    happy/src            Main.lhs ProduceGLRCode.lhs 
  Log:
  added --debug support for GLR parser.

  Revision  Changes    Path
  1.61      +5 -4      fptools/happy/src/Main.lhs
  1.17      +6 -4      fptools/happy/src/ProduceGLRCode.lhs
paulcc | 28 Jul 2005 02:15
Favicon

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 ...

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
paulcc | 28 Jul 2005 02:23
Favicon

cvs commit: fptools/happy/examples/glr Makefile.defs

paulcc      2005/07/27 17:23:43 PDT

  Added files:
    happy/examples/glr   Makefile.defs 
  Log:
  needed for GLR example testing

Gmane