6.13.10.2.10. Parsing

Start python section to interscript/frames/inputf.py[15 /40 ] Next Prev Last
   458: #line 642 "input_frame.ipk"
   459:   def set_warning_character(self,python=None):
   460:     res = self.make_parse_tab(pywarn=python)
   461:     res = compile_parse_tab(res)
   462:     self.reg_list = res
   463:     self.python_warn = python
   464: 
   465:   def normal_line(self,data,file,count):
   466:     weaver = self.get_weaver()
   467:     if self.current_tangler:
   468:       self.current_tangler.writeline(data,file,count)
   469:     else:
   470:       weaver.writeline(data)
   471: 
End python section to interscript/frames/inputf.py[15]