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

Support for grammars with begin/while rules #14

Merged
merged 4 commits into from
May 23, 2016
Merged

Conversation

kieferrm
Copy link
Member

The old implementation treated begin/while rules as begin/end rules with a missing end clause.

While clauses differ from end clauses in that they are only applied to lines that come after the line on which the begin clause matched. When a begin/while rule is at the top of the stack and fails the rules is popped off the stack and the line is re-analysed.

@alexandrudima

@alexdima alexdima merged commit b14ff75 into master May 23, 2016
@alexdima
Copy link
Member

Nice!

@alexdima alexdima deleted the kieferrm/support-while branch July 12, 2019 08:18
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.

None yet

2 participants