Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for blank lines in the result of examples | Simon Hengel | 2011-04-08 | 1 | -4/+11 |
| | | | | | Result lines that only contain the string "<BLANKLINE>" are treated as a blank line. | ||||
* | Solve conflicts | David Waern | 2010-12-07 | 1 | -0/+1 |
| | |||||
* | Add {-# LANGUAGE BangPatterns #-} to mollify GHC | Simon Marlow | 2010-11-17 | 1 | -1/+0 |
| | |||||
* | Add BangPatterns to alex and happy source files | David Waern | 2010-11-21 | 1 | -0/+1 |
| | |||||
* | Propagate source positions from Lex.x to Parse.y | David Waern | 2010-04-07 | 1 | -21/+21 |
| | |||||
* | Add markup support for interactive examples | simon.hengel | 2010-04-02 | 1 | -1/+40 |
| | |||||
* | Move H.Interface.Parse/Lex to H.Parse/Lex | David Waern | 2009-11-28 | 1 | -0/+103 |
These are not just used to build Interfaces. |