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(): if i == tokens.high():
# Who cares about EOF? # Who cares about EOF?
break break
echo token echo "\t", token
echo ""
echo "Parsing step:" echo "Parsing step:"
for node in parser.parse(tokens, "<stdin>"): for node in parser.parse(tokens, "<stdin>"):
echo node echo "\t", node
except IOError: except IOError:
break break
except LexingError: except LexingError: