--- internals.mdwn 2007/09/29 22:58:49 1.9 +++ internals.mdwn 2007/09/29 23:19:11 1.10 @@ -1,3 +1,5 @@ +The "internals" pages document the design and implementation of ccom (pcc's compiler). + Even though much of the compiler is rewritten, reading the [original document](ftp://226.net120.skekraft.net/pcc/porttour.ps) still gives valuable information about the compiler structure. The compiler is conceptually structured in two parts: [[internals/pass1]] which is language-dependent, does parsing, typechecking and build trees, and [[pass2]] which is mostly language-independent. @@ -29,3 +31,5 @@ Most of the other code and ideas has its origin in either the dragon book or the Modern Compiler Implementation in Java book. + +TODO: once cvsweb is setup, point to specific code as appropriate in this internals documentation. \ No newline at end of file
Powered by rcshistory.cgi 0.3