--- internals.mdwn 2007/09/27 18:27:15 1.8 +++ internals.mdwn 2007/09/29 22:58:49 1.9 @@ -1,6 +1,6 @@ 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: [[pass1]] which is language-dependent, does parsing, typechecking and build trees, and [[pass2]] which is mostly language-independent. +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. The main data structure used through the whole compiler is the [[NODE|NODE_structure]]. The parse trees are built out of [[NODE|NODE_structure]]s and it is the underlying data structure when generating code.
Powered by rcshistory.cgi 0.3