8 Sep 2003 12:40
8 Sep 2003 13:26
8 Sep 2003 13:27
cvs commit: fptools/happy/src Grammar.lhs fptools/happy/tests bug002.y Makefile
Simon Marlow <simonmar <at> glass.cse.ogi.edu>
2003-09-08 11:27:52 GMT
2003-09-08 11:27:52 GMT
simonmar 2003/09/08 04:27:52 PDT
Modified files:
happy/src Grammar.lhs
happy/tests Makefile
Added files:
happy/tests bug002.y
Log:
Fix a bug whereby defining a non-terminal using more than one
production would fail. This used to work, but got broken somewhere
along the line.
Revision Changes Path
1.20 +11 -7 fptools/happy/src/Grammar.lhs
1.7 +2 -2 fptools/happy/tests/Makefile
9 Sep 2003 15:59
cvs commit: fptools/happy/alex Makefile README fptools/happy/alex /doc Makefile alex.pdf alex.ps alex.sgml alex.tex alex.verb license verbatim verbatim.lex fptools/happy/alex/examples Alex.hs Tokens.x ctx.x examples.x ...
Simon Marlow <simonmar <at> glass.cse.ogi.edu>
2003-09-09 13:59:38 GMT
2003-09-09 13:59:38 GMT
simonmar 2003/09/09 06:59:38 PDT
Removed files:
happy/alex Makefile README
happy/alex/doc Makefile alex.pdf alex.ps alex.sgml
alex.tex alex.verb license verbatim
verbatim.lex
happy/alex/examples Alex.hs Tokens.x ctx.x examples.x lit.lx
makefile pp.x state.x tiny.y tkns.hs
xscan.x
happy/alex/mk boilerplate.mk config.mk target.mk
version.mk
happy/alex/src Alex.hs Balanced.hs DFA.hs DFS.hs Main.hs
Makefile Map.hs NFA.hs RExp.hs Scan.hs
Scan.x Sort.hs ghc_hooks.c
Log:
Remove happy/alex from the HEAD (I think I removed it from a branch
last time, oh well).
10 Sep 2003 11:30
cvs commit: fptools/happy/src happy.sh
Simon Marlow <simonmar <at> glass.cse.ogi.edu>
2003-09-10 09:30:21 GMT
2003-09-10 09:30:21 GMT
simonmar 2003/09/10 02:30:21 PDT
Modified files:
happy/src happy.sh
Log:
Use the allegedly-more-correct "$ <at> " and the
allegedly-even-more-correct-but-ridiculously-cryptic ${1+"$ <at> "} for
passing on the parameters to the binary.
Patch contributed by: Ian Lynagh <igloo <at> earth.li>.
Revision Changes Path
1.4 +2 -2 fptools/happy/src/happy.sh
22 Sep 2003 12:34
RSS Feed