summaryrefslogtreecommitdiff
path: root/utils/genprimopcode/ParserM.hs
Commit message (Expand)AuthorAgeFilesLines
* primops: Remove Monadic and Dyadic categoriesKrzysztof Gogolewski2020-08-261-2/+0
* Remove unneeded CPP now that GHC 8.6 is the minimumRyan Scott2019-09-251-7/+0
* Add MonadFail instance for ParserMErik de Castro Lopo2019-06-241-0/+11
* Avoid redundant-import warning (w/o CPP)Herbert Valerio Riedel2014-12-271-0/+3
* Remove support for "primclass"Joachim Breitner2014-03-161-1/+0
* genprimopcode: Applicative instance for ParserMAustin Seipp2014-01-141-1/+9
* SIMD primops are now generated using schemas that are polymorphic inGeoffrey Mainland2013-09-221-0/+8
* Allow primclass and class constraints in primopsJoachim Breitner2013-09-131-0/+2
* Add fixity information to primops (ticket #6026)Michal Terepeta2012-11-231-0/+5
* Tabs -> SpacesDavid Terei2012-03-231-1/+0
* compatibility with Alex 3.0Simon Marlow2011-08-081-1/+11
* Assign more accurate code sizes to primops, so that the inliningSimon Marlow2011-05-241-0/+1
* Warning Police: Unused importsMichael D. Adams2007-07-131-2/+0
* Replace genprimopcode's parsec parser with an alex+happy parserIan Lynagh2007-04-101-0/+147