Notes on LCC

Callgraph of parsing expressions

expr

Callgraph of parsing statements

statement

Calltree of compiling an empty program

Calltree of lcc 4.2 for following simple program:

int main()
{
  return 0;
}