SIGN IN SIGN UP

gh-109287: Desugar inst(X) to op(X); macro(X) = X (#109294)

This makes the internal representation in the code generator simpler: there's a list of ops, and a list of macros, and there's no special-casing needed for ops that aren't macros. (There's now special-casing for ops that are also macros, but that's simpler.)
G
Guido van Rossum committed
a7a079798d1c3542ecbb041a868429d515639e35
Parent: 47af188
Committed by GitHub <noreply@github.com> on 9/15/2023, 3:39:05 PM