mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
Support @ operator
This commit is contained in:
parent
aea5b2dab1
commit
badd17bd21
4 changed files with 19 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ const char* ASTBinary::op_str() const
|
|||
".", " ** ", " * ", " / ", " // ", " % ", " + ", " - ",
|
||||
" << ", " >> ", " & ", " ^ ", " | ", " and ", " or ",
|
||||
" += ", " -= ", " *= ", " /= ", " %= ", " **= ", " <<= ",
|
||||
" >>= ", " &= ", " ^= ", " |= ", " //= "
|
||||
" >>= ", " &= ", " ^= ", " |= ", " //= ", " @ ", " @= ",
|
||||
};
|
||||
return s_op_strings[op()];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue