statement parser - first version

This commit is contained in:
David Halter
2012-03-11 03:03:54 +01:00
parent 5332a87d39
commit b2a77acff6
4 changed files with 232 additions and 53 deletions

View File

@@ -128,11 +128,11 @@ if True or a:
# completion
import time
class c1():
c2 = c1()
c2,c5 = c1(), c1().c3()
def c3(self):
import time as c4
c5 = 3
return 'asdf'