Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let parsing fails on paragraphs that are immediately followed by an | simon.hengel | 2010-04-08 | 1 | -0/+1 |
| | | | | | | example This is more consistent with the way we treat code blocks. | ||||
* | Fix #118 | David Waern | 2010-04-08 | 1 | -3/+3 |
| | | | | | Avoid being too greedy when lexing URL markup (<..>), in order to allow multiple URLs on the same line. Do the same thing with <<..>> and #..#. | ||||
* | Fix #75 | David Waern | 2010-04-07 | 1 | -1/+1 |
| | | | | Add colons to the $ident character set. | ||||
* | Propagate source positions from Lex.x to Parse.y | David Waern | 2010-04-07 | 1 | -19/+24 |
| | |||||
* | Add markup support for interactive examples | simon.hengel | 2010-04-02 | 1 | -0/+14 |
| | |||||
* | Move H.Interface.Parse/Lex to H.Parse/Lex | David Waern | 2009-11-28 | 1 | -0/+172 |
These are not just used to build Interfaces. |