stage4/generate_iec/generate_iec.cc
changeset 453 4733f662362a
parent 350 2c3c4dc34979
child 459 01f6664bf8c5
--- a/stage4/generate_iec/generate_iec.cc	Mon Feb 20 19:44:40 2012 +0000
+++ b/stage4/generate_iec/generate_iec.cc	Tue Feb 21 17:39:57 2012 +0000
@@ -1670,6 +1670,17 @@
   return print_list(symbol,  s4o.indent_spaces, "\n" + s4o.indent_spaces, "\n");
 }
 
+
+/* il_simple_instruction:
+ *   il_simple_operation eol_list
+ * | il_expression eol_list
+ * | il_formal_funct_call eol_list
+ */
+void *visit(il_simple_instruction_c *symbol)	{
+  return symbol->il_simple_instruction->accept(*this);
+}
+
+
 /* | il_initial_param_list il_param_instruction */
 void *visit(il_param_list_c *symbol) {
 // return print_list(symbol);