Add more while1else grammar rules

Towards addressing issue #93
This commit is contained in:
rocky
2017-04-10 02:47:46 -04:00
parent b9703cf6b4
commit 9e34654b38
9 changed files with 16 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
# From Python-3.5.2/Lib/multiprocessing/connection.py
def PipeClient(address):
while 1:
z = 2
else:
raise
return