[move-function] Add a new context sensitive move expr.

It doesn't do anything yet.
This commit is contained in:
Michael Gottesman
2022-08-02 16:20:43 -07:00
parent a3941bf215
commit c10c0f6285
9 changed files with 84 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
'PoundColumnExpr': 26,
'TryExpr': 27,
'AwaitExpr': 249,
'MoveExpr': 267,
'IdentifierExpr': 28,
'SuperRefExpr': 29,
'NilLiteralExpr': 30,