Skip to content

Fix for detecting left recursion in rules like:#2

Open
mingodad wants to merge 95 commits intoSSW-CocoR:masterfrom
mingodad:master
Open

Fix for detecting left recursion in rules like:#2
mingodad wants to merge 95 commits intoSSW-CocoR:masterfrom
mingodad:master

Conversation

@mingodad
Copy link

indexing_list =
indexing_element
| indexing_list ',' indexing_element
.

indexing_list =
	indexing_element
	| indexing_list ',' indexing_element
	.
mingodad added 28 commits June 1, 2021 10:30
…ication that it has detached one or more actions
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.

1 participant