Skip to content

remove non complaint continue keyword#4

Open
pzurowski wants to merge 2 commits intoandrewromanenco:mainfrom
pzurowski:pz/remove-non-complaint-continue-keyword
Open

remove non complaint continue keyword#4
pzurowski wants to merge 2 commits intoandrewromanenco:mainfrom
pzurowski:pz/remove-non-complaint-continue-keyword

Conversation

@pzurowski
Copy link
Copy Markdown
Contributor

This pull request removes support for the continue keyword from both the parser and interpreter. Additionally, a test has been added to validate the behavior related to the removal of this keyword.

LT : '<';
GT : '>';
RETURN : 'return';
CONTINUE : 'continue';
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.

Hi, thank you for the contribution!

May I ask to take a look at vm.test.ts?

● continue causes RuntimeError

expect(received).toBeInstanceOf(expected)

Expected constructor: NotYetImplemented
Received constructor: LuaLangError

I can clean it (it's a one liner), or you can have the fix to keep all changes in a single PR

thank you!

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