Changes between Version 52 and Version 53 of Commentary
- Timestamp:
- 09/14/06 10:59:59 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary
v52 v53 3 3 This tree of wiki pages is a "commentary" on the GHC source code. It contains all the explanatory material that doesn't belong in comments in the source code itself, because the material is wide-ranging, usually covers multiple source files, and is more architectural in nature. The commentary can also be considered a design document for GHC. 4 4 5 Please feel free to add ma aterial to this commentary: don't worry too much about accuracy, in due course someone will edit your contribution. Try to link to source files as much as possible by using this macro: {{{[[GhcFile(compiler/Makefile)]]}}} (the usual Trac {{{source:}}} macro doesn't work here because the GHC darcs repository isn't integrated into this Trac). Also try to add appropriate links to other parts of the commentary.5 Please feel free to add material to this commentary: don't worry too much about accuracy, in due course someone will edit your contribution. Try to link to source files as much as possible by using this macro: {{{[[GhcFile(compiler/Makefile)]]}}} (the usual Trac {{{source:}}} macro doesn't work here because the GHC darcs repository isn't integrated into this Trac). Also try to add appropriate links to other parts of the commentary. 6 6 7 7 … … 13 13 14 14 * [wiki:Commentary/Compiler The Compiler] 15 * [wiki:ModuleDependencies Compiler Module Dependencies] 15 * [wiki:ModuleDependencies Compiler Module Dependencies] (deals with the arcane mutual recursions among GHC's many data types) 16 16 * [wiki:Commentary/CodingStyle Coding guidelines] 17 17 [[BR]][[BR]]
