Implement WhiteSpace as well and merge with pytree.

This commit is contained in:
Dave Halter
2014-10-09 10:55:03 +02:00
parent 8236ce18a2
commit c7c222daab
3 changed files with 25 additions and 9 deletions

View File

@@ -23,5 +23,5 @@ def test_basic():
print()
x = d.parse_string('\na #pass\n')
print(repr(x))
print(x)
print(x.get_code())
assert False