Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoranPandovski authored Sep 6, 2023
1 parent 0c83ba3 commit b976b1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@
if text:
for tok in lexer.tokenize(text):
print('type=%r, value=%r' % (tok.type, tok.value))

# parser.parse(lexer.tokenize(text))

0 comments on commit b976b1e

Please sign in to comment.