floats are working now too, the whole thing seems to be pretty solid.

This commit is contained in:
David Halter
2012-04-07 02:15:36 +02:00
parent af786b9924
commit 95835250d7
4 changed files with 16 additions and 11 deletions

View File

@@ -133,7 +133,7 @@ class c1():
import os as c4 #from parsing import Scope as c4
c5 = c4
c5 = 1
return c5+1+'asdf'
return c5+'asdf'
(c1().c2.\
@@ -147,4 +147,4 @@ b= asdf2
#import parsing as test
c = b().c3()
"1.0".join()
1.0.fromhex()