I am trying to create objects using visitors of the python target. For the following grammar rule:
prog : stat+ ;
I have this visitor code fo