void system_goal()
{
	/* <system goal>		-> <program> SCANEOF #finish */
	program();
	match(SCANEOF);
	finish();
}

Author: Ming-I Hsieh (Powered by FreeBSD, c2html, gimp, vim, gmake)