also derete this #3

Closed
N00nehere wants to merge 49 commits from (deleted):n00nehere-patch-2 into master
1 changed files with 3 additions and 2 deletions
Showing only changes of commit fe8d1926c9 - Show all commits

View File

@ -47,10 +47,11 @@ when isMainModule:
if i == tokens.high():
# Who cares about EOF?
break
echo token
echo "\t", token
echo ""
echo "Parsing step:"
for node in parser.parse(tokens, "<stdin>"):
echo node
echo "\t", node
except IOError:
break
except LexingError: