6.19.10.2.11. Parsing

Start python section to interscript/frames/inputf.py[16 /42 ] Next Prev First Last
   570: #line 759 "input_frame.ipk"
   571:   def set_warning_character(self,python=None):
   572:     "Set the interscript warning character (usually @)"
   573:     res = self.make_parse_tab(pywarn=python)
   574:     res = compile_parse_tab(res)
   575:     self.reg_list = res
   576:     self.python_warn = python
   577: 
   578:   def normal_line(self,data,file,count):
   579:     weaver = self.get_weaver()
   580:     if self.current_tangler:
   581:       self.current_tangler.writeline(data,file,count)
   582:     else:
   583:       weaver.writeline(data)
   584: 
End python section to interscript/frames/inputf.py[16]