--- internals.mdwn 2007/09/27 18:23:04 1.5 +++ internals.mdwn 2007/09/27 18:26:09 1.6 @@ -2,7 +2,7 @@ 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 main data structure used through the whole compiler is the [[NODE]]. The parse trees are built out of [[NODE]]s and it is the underlying data structure when generating code. +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. The instruction generator searches for largest coverable tree, as described in the Dragon [book](books) for example, but with additions from me to find the most
Powered by rcshistory.cgi 0.3