-
Notifications
You must be signed in to change notification settings - Fork 0
Separate SetAttr, SetItem, SetVar in AST #70
Copy link
Copy link
Open
Labels
A-ASTArea: Abstract Syntax Tree generation (AST)Area: Abstract Syntax Tree generation (AST)S-Decision-NeededStatus: A decision needs to be made (e.g. how to implement it, refactor or not)Status: A decision needs to be made (e.g. how to implement it, refactor or not)T-refactorRefactorRefactor
Metadata
Metadata
Assignees
Labels
A-ASTArea: Abstract Syntax Tree generation (AST)Area: Abstract Syntax Tree generation (AST)S-Decision-NeededStatus: A decision needs to be made (e.g. how to implement it, refactor or not)Status: A decision needs to be made (e.g. how to implement it, refactor or not)T-refactorRefactorRefactor
Maybe separate
SetAttr,SetItem,SetVarin AST could be useful (instead of generalAstAssign).There is often completely different functionality for these (e.g. in type checking, code gen).
(Although Python doesn't separate it for a reason?)
AstGen