Help for this page
$parser->startrule("a = 5 ; print a ; print a"); # this fails $parser->startrule("a = 5 ; print a ; b = 1"); # this fails either