python_formal_semantics
python_formal_semantics copied to clipboard
emit's opcode argument
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?