Function is starting to work.

This commit is contained in:
Dave Halter
2014-10-08 17:58:02 +02:00
parent 585e92ac9f
commit 6bb88ddd85
3 changed files with 33 additions and 26 deletions

View File

@@ -19,7 +19,7 @@ def test_basic():
print(repr(tree))
print(tree)
#import pdb; pdb.set_trace()
print(repr(d.parse_string('def x(): pass\n')))
print(repr(d.parse_string('def x(a, b:3): pass\n')))
print()
x = d.parse_string('\na #pass\n')
print(repr(x))