Replace genprimopcode's parsec parser with an alex+happy parser
authorIan Lynagh <igloo@earth.li>
Tue, 10 Apr 2007 22:00:15 +0000 (22:00 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 10 Apr 2007 22:00:15 +0000 (22:00 +0000)
commit03ffa2bfa6c31dc6bcdcacecc2bdb3bbabd800a9
tree6ff10cf39db4e52906fde2582c6898d8981db737
parent6c53f40f3dd84cc91a8e6850dbfb271cb24db89a
Replace genprimopcode's parsec parser with an alex+happy parser
This use was the only thing keeping parsec in core-packages, and
we already have a dependency on alex+happy anyway.
utils/Makefile
utils/genprimopcode/Lexer.x [new file with mode: 0644]
utils/genprimopcode/Main.hs
utils/genprimopcode/Makefile
utils/genprimopcode/Parser.y [new file with mode: 0644]
utils/genprimopcode/ParserM.hs [new file with mode: 0644]
utils/genprimopcode/Syntax.hs [new file with mode: 0644]