--- internals/pass1.mdwn 2007/09/29 22:59:41 1.1 +++ internals/pass1.mdwn 2007/10/02 04:38:06 1.2 @@ -1 +1,13 @@ -(This is not documented yet. Please add details about pass1 here.) \ No newline at end of file +(This is not documented yet. Please add details about pass1 here.) + +### cgram.y +The frontend. This file is really intuitive. + +Reading through, you will find block, buildtree, branch, plabel, ecomp, tempnode and so on. +These functions are defined in trees.c. + +### trees.c +You can learn much from buildtree(). Write a simple C program and "ccom -Xb" it. + +Also see [[node_structure]]. +
Powered by rcshistory.cgi 0.3