Changes between Version 6 and Version 7 of Commentary/Pipeline
- Timestamp:
- 09/14/06 10:43:22 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Pipeline
v6 v7 9 9 * Run the unlit pre-processor, {{{unlit}}}, to remove the literate markup, generating {{{Foo.lpp}}}. The {{{unlit}}} processor is a C program kept in {{{utils/unlit}}}. 10 10 11 * Run CPP (if {{{- fcpp}}} is specified), generating {{{Foo.cpp}}} or {{{Foo.lpp}}} respectively.11 * Run CPP (if {{{-cpp}}} is specified), generating {{{Foo.cpp}}} or {{{Foo.lpp}}} respectively. 12 12 13 13 * Run the compiler itself. This does not start a separate process; it's just a call to a Haskell function. This step always generates an '''interface file''' {{{Foo.hi}}}, and depending on what flags you give, it also generates a compiled file:
