Beispiel #1
0
def _msgb(b, s=''):
    genutil.msgb(b, s)
Beispiel #2
0
def ild_warn(msg):
    genutil.msgb("ILD_PARSER WARNING", msg)
Beispiel #3
0
 def err(self, msg):
     self.legal = False
     genutil.warn("ILD_PARSER PATTERN ERROR: {}\n\nPattern:\n{}\n".format(
         msg, self))
     genutil.msgb("ILD_PARSER ERROR", msg)
     genutil.msgb("ILD_PARSER", "ABORTED ILD generation")