Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit 63053f1

Browse files
debuging
1 parent fccef8b commit 63053f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎compiler_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def compile(file_address):
3030

3131
scanner = Scanner(rules, open(file_address, 'r').read())
3232
try:
33-
for token in scanner.tokens_generator():
33+
for token in scanner.token_generator():
3434
print(token)
3535
except UnknownTokenError as error:
3636
print(error)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /