Home | History | Annotate | Download | only in test

Lines Matching refs:s_operator

643         def s_operator(scanner, token): return "op%s" % token
651 (r"=|\+|-|\*|/", s_operator),