Esempio n. 1
0
void Parser::Program() {
	code.Start(); /*** CODE ***/
	StmtList();
	code.Finish(); /*** CODE ***/
}