-
Notifications
You must be signed in to change notification settings - Fork 1
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
Could rbg2p report an error if a variable in a rule is not previously defined? #3
Comments
Me too! |
It now fails if the context matches /[A-Z]{2,}/ OCH /^[A-Z0-9]{2,}$/. Not sure if this is right or not. |
It is not entirely easy to determine if a specified context is a variable or a regexp... It now fails if the context matches /^[A-Z]/ AND /^[A-Z0-9]{2,}$ Will close for now, but see also #5: Use of variables should always be surrounded by brackets |
HannaLindgren
added a commit
that referenced
this issue
Dec 12, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to get an error in the following case:
where the variable is wrong.
The text was updated successfully, but these errors were encountered: