statements on strings and other builtins are now working

This commit is contained in:
David Halter
2012-04-06 18:44:35 +02:00
parent 09fcff0f91
commit af786b9924
5 changed files with 114 additions and 82 deletions

View File

@@ -3,7 +3,7 @@
# test comment
import datetime
#from token import *
from token import *
from time import sleep
from token import OP as OP_TEST, INDENT as INDENT_TEST
@@ -139,10 +139,12 @@ class c1():
(c1().c2.\
c, 1, c3()) [0].pop()
c = u"asdf".join([1,2])
c = c1().c3().sleep()
asdf = c1; asdf2 = asdf
b= asdf2
#import parsing as test
c = b().c3()
c = "a".join([1,2])
"1.0".join()