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

repetition with at least one and separator #89

Closed
bd82 opened this issue Aug 15, 2015 · 1 comment
Closed

repetition with at least one and separator #89

bd82 opened this issue Aug 15, 2015 · 1 comment

Comments

@bd82
Copy link
Member

bd82 commented Aug 15, 2015

like: #40

but for AT_LEAST_ONE parsing DSL rule.

@bd82 bd82 closed this as completed in cddb16a Aug 15, 2015
@bd82
Copy link
Member Author

bd82 commented Aug 15, 2015

example:

this.AT_LEAST_ONE_SEP(Comma, () => {
     this.CONSUME(NumberToken);
})```

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

No branches or pull requests

1 participant