aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Parse.y
Commit message (Collapse)AuthorAgeFilesLines
* One pass parser and tests.Mateusz Kowalczyk2014-01-121-171/+0
| | | | | | | | We remove the HTML test as it is no longer necessary. We cover the test case in spec tests and other HTML tests but keeping this around fails: this is because the new parser has different semantics there. In fact, I suspect the original behaviour was a bug that wasn't caught/fixed but simply included as-is during the testing.
* Allow haddock markup in deprecation messagesSimon Hengel2012-10-141-1/+1
|
* Simplify lexing/parsing of propertiesSimon Hengel2012-10-091-5/+11
| | | | | In contrast to what we do for examples, we do not really need to capture the "prompt" here.
* Add markup support for propertiesKazu Yamamoto2012-10-091-0/+6
|
* 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.