Code generation functions.
void yyerror(const char *msg)
t_program * parseProgram(char *fn)
t_label * lExit
Label to the first instruction after the statement.
t_label * lElse
Label to the else part.
t_label * lLoop
Label to the beginning of the loop.
Program object definition and management.