Home | History | Annotate | Download | only in ply

Lines Matching refs:dline

2727     dline = line
2729 dline += 1
2736 raise SyntaxError("%s:%d: Misplaced '|'" % (file,dline))
2745 raise SyntaxError("%s:%d: Syntax error. Expected ':'" % (file,dline))
2747 grammar.append((file,dline,prodname,syms))
2751 raise SyntaxError("%s:%d: Syntax error in rule '%s'" % (file,dline,ps.strip()))