aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Parse.y
Commit message (Collapse)AuthorAgeFilesLines
* Add support for hyperlink labels to parserSimon Hengel2012-05-271-1/+10
|
* Add an optional label to URLsSimon Hengel2012-05-271-2/+2
|
* Add support for blank lines in the result of examplesSimon Hengel2011-04-081-4/+11
| | | | | Result lines that only contain the string "<BLANKLINE>" are treated as a blank line.
* Solve conflictsDavid Waern2010-12-071-0/+1
|
* Add {-# LANGUAGE BangPatterns #-} to mollify GHCSimon Marlow2010-11-171-1/+0
|
* Add BangPatterns to alex and happy source filesDavid Waern2010-11-211-0/+1
|
* Propagate source positions from Lex.x to Parse.yDavid Waern2010-04-071-21/+21
|
* Add markup support for interactive examplessimon.hengel2010-04-021-1/+40
|
* Move H.Interface.Parse/Lex to H.Parse/LexDavid Waern2009-11-281-0/+103
These are not just used to build Interfaces.