Remove schmutz

This commit is contained in:
rocky
2018-06-03 03:53:53 -04:00
parent 1df5aa0ef9
commit 7dfade1195
2 changed files with 1 additions and 3 deletions

View File

@@ -277,7 +277,7 @@ pypy-2.7 5.0 5.3 6.0:
pypy-3.2 2.4:
$(PYTHON) test_pythonlib.py --bytecode-pypy3.2 --verify
gclean: clean-py-dis clean-dis clean-unverified
clean: clean-py-dis clean-dis clean-unverified
clean-dis:
find . -name '*_dis' -exec rm -v '{}' ';'

View File

@@ -582,8 +582,6 @@ class PythonParser(GenericASTBuilder):
## designLists ::=
## Will need to redo semantic actiion
stmt ::= LOAD_CONST POP_TOP
store ::= STORE_FAST
store ::= STORE_NAME
store ::= STORE_GLOBAL