python_formal_semantics
python_formal_semantics copied to clipboard
Results
2
python_formal_semantics issues
Sort by
recently updated
recently updated
newest added
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?