jlp/doc
Jonathan Bernard 7a5870dc09 Worked on literate output using Markdown as the text markup language.
* Added CSS based on Docco (blatantly copied).
* Updated sample text to better fit the emerging usage patterns. Some of the
  things I did to make it render nicely for the Literate output may cause
  problems when we go to render API output. I will cross that bridge when I come
  to it.
* Added parsing infrastructure to the Generator behaviour to allow a
  pre-processing pass over the document. Current the LiterateMarkdownGenerator
  is using this to compile a map of `@org` references.
* Tweaked the HTML output slightly.
* Added a layer over the PegDownProcessor in LiterateMarkdownGenerator to
  capture and transform `jlp://` links into relative links.
2011-09-06 16:13:21 -05:00
..
issues Worked on literate output using Markdown as the text markup language. 2011-09-06 16:13:21 -05:00
arch.rst Starting basic implementation. 2011-08-23 10:08:01 -05:00
grammar.rst Experimenting with a different AST structure and ideas. 2011-08-31 12:09:25 -05:00
phase-doc.txt Worked on documentation, parser. 2011-08-29 09:44:05 -05:00