Home | History | Annotate | Download | only in test

Lines Matching refs:s_operator

579         def s_operator(scanner, token): return "op%s" % token

587 (r"=|\+|-|\*|/", s_operator),