NT: load_attr -> attribute to match AST

This commit is contained in:
rocky
2017-12-03 13:02:22 -05:00
parent f78a3fb92e
commit 344d2d92c4
6 changed files with 15 additions and 17 deletions

View File

@@ -48,9 +48,7 @@ class Python23Parser(Python24Parser):
expr ::= and2
and2 ::= _jump jmp_false COME_FROM expr COME_FROM
alias ::= IMPORT_NAME load_attrs store
load_attrs ::= LOAD_ATTR+
alias ::= IMPORT_NAME attributes store
conditional ::= expr jmp_false expr JUMP_FORWARD expr COME_FROM
'''