parser decorators

This commit is contained in:
David Halter
2012-03-05 23:04:11 +01:00
parent 057731916f
commit 8d85154fe9
3 changed files with 47 additions and 25 deletions

View File

@@ -249,6 +249,10 @@ for s in cmpl.parser.top.subscopes[2].subscopes:
names = s.get_set_vars()
handle_names(names)
print
print 'start/end'
for s in cmpl.parser.top.subscopes:
print repr(s)
p = cmpl.parser
s = p.top