lit   about | syntax | install | tutorial

lit.hs - defines the entrypoint for lit

Process.hs - connects the command line with file generation

Parse.hs - transforms a lit file into a data structure

Code.hs - generates the Code from a lit file

Html.hs - generates Html from a lit file

Markdown.hs - generates markdown from a lit file

Poll.hs - watches files for changes

Highlight.hs - highlights generated Html

Types.hs - the types for a parsed lit file