Notes on LCC
Callgraph of parsing expressions

Callgraph of parsing statements

Calltree of compiling an empty program
Calltree of lcc 4.2 for following simple program:
int main()
{
return 0;
}


Calltree of lcc 4.2 for following simple program:
int main()
{
return 0;
}