6.23.10.2.11. Parsing

Comienzo python section to interscript/frames/inputf.py[15 /41 ] Siguiente Previo Primero Ăšltimo
   504: #line 692 "input_frame.ipk"
   505:   def set_warning_character(self,python=None):
   506:     res = self.make_parse_tab(pywarn=python)
   507:     res = compile_parse_tab(res)
   508:     self.reg_list = res
   509:     self.python_warn = python
   510: 
   511:   def normal_line(self,data,file,count):
   512:     weaver = self.get_weaver()
   513:     if self.current_tangler:
   514:       self.current_tangler.writeline(data,file,count)
   515:     else:
   516:       weaver.writeline(data)
   517: 
End python section to interscript/frames/inputf.py[15]