Checking list item with or without quotes not working antlr4 #4174
Unanswered
techpranav
asked this question in
Q&A
Replies: 1 comment
-
|
See my answer to your discussion question. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Why below rules are not working as expected.
Its not matching "action" with quotes.
actionTypes: actionType_list
| SINGLE_QUOTE actionType_list SINGLE_QUOTE
| DOUBLE_QUOTE actionType_list DOUBLE_QUOTE
;
actionType_list :
TRIGGER_TYPE_ACTION
| TRIGGER_TYPE_CHECK
| TRIGGER_TYPE_PRECOMMIT ;
Beta Was this translation helpful? Give feedback.
All reactions