Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement do-while loop #302

Closed
HalidOdat opened this issue Apr 8, 2020 · 1 comment
Closed

Implement do-while loop #302

HalidOdat opened this issue Apr 8, 2020 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@HalidOdat
Copy link
Member

HalidOdat commented Apr 8, 2020

Do-while loops are very similar to regular while loops, so it shouldn't be too hard to implement in parser and exec.

https://github.com/jasonwilliams/boa/blob/master/CONTRIBUTING.md

@jasonwilliams jasonwilliams added good first issue Good for newcomers help wanted Extra attention is needed labels Apr 8, 2020
@ptasz3k
Copy link
Contributor

ptasz3k commented Apr 12, 2020

Since i'm trying to learn rust yet another time i will gladly take this issue.

@jasonwilliams jasonwilliams added this to the v0.8.0 milestone Apr 12, 2020
@Razican Razican closed this as completed Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants