Skip to content

add while/do loops and for-comprehension #30

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

Merged
merged 1 commit into from
Aug 8, 2021

Conversation

stumash
Copy link
Contributor

@stumash stumash commented Aug 7, 2021

the things I do for vim sometimes

@stumash stumash mentioned this pull request Aug 7, 2021
3 tasks
@@ -779,7 +820,7 @@ function commaSep(rule) {
}

function commaSep1(rule) {
return seq(rule, repeat(seq(',', rule)))
return sep1(',', rule)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

IMO this is the best change in the PR

@maxbrunsfeld
Copy link
Contributor

Thank you! This looks great. Just waiting for CI to run.

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