python_formal_semantics icon indicating copy to clipboard operation
python_formal_semantics copied to clipboard

emit's opcode argument

Open jmdyck opened this issue 5 years ago • 0 comments

In translation.md, you have both:

emit(load_attr!, ...)
emit(store_attr!, ...)
emit(store_subscr!)

and:

emit(LOAD_ATTR, ...)
emit(STORE_ATTR, ...)
emit(STORE_SUBSCR)

Do these two forms mean different things?

jmdyck avatar Nov 22 '20 01:11 jmdyck