Skip to content

Грамматика и реализация DO WHILE STATEMENT#12

Open
skylorean wants to merge 3 commits into
karupoiss00:masterfrom
skylorean:do-while-statement
Open

Грамматика и реализация DO WHILE STATEMENT#12
skylorean wants to merge 3 commits into
karupoiss00:masterfrom
skylorean:do-while-statement

Conversation

@skylorean
Copy link
Copy Markdown

No description provided.

def do_while_statement() -> bool:
"""<DO WHILE STATEMENT> -> DO <LIST STATEMENTS> WHILE <EXPRESSION> el"""
return (
read_token() == "DO"
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

нужно подмержить мастер и проверять через match_token, а не строки напрямую

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а ещё нужно покрыть тестами

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

нужно подмержить мастер и проверять через match_token, а не строки напрямую

актуализировал

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а ещё нужно покрыть тестами

:(
типо program.tests или какие? их чёт тут многовато

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants