Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generic roff_layout for layout tokens. | Kristaps Dzonsons | 2008-11-24 | 1 | -1/+86 |
| | |||||
* | Split roff engine into roff.c. | Kristaps Dzonsons | 2008-11-24 | 1 | -13/+42 |
| | | | | Re-worked calling convention for md_*. | ||||
* | Roff-line tokens parsed into char**. | Kristaps Dzonsons | 2008-11-24 | 1 | -1/+1 |
| | |||||
* | Segmentation into html and dummy parsers. | Kristaps Dzonsons | 2008-11-23 | 1 | -0/+44 |
Initial recursive-descent parser in place for html/ml parser. Parsing of title tags more-or-less in place. |