You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will parse – unexpectedly. You can then also apply the rule "nospaces".
It should not parse
Additional information
The problem is that there is no lexer rule for essentially \[a-z]* in the key lexer which would match againt "\termint" to rule it out.
Perhaps adding that lexer rule would solve the issue.
(I assign this to Alexander @wadoon since he implemented the new KeYParser.)
Description
In a
.key
file, there needs not be a space after a\backslash_keyword
. But this should be reported.Reproducible
always
Steps to reproduce
Load the following example
It will parse – unexpectedly. You can then also apply the rule "nospaces".
It should not parse
Additional information
The problem is that there is no lexer rule for essentially
\[a-z]*
in the key lexer which would match againt "\termint" to rule it out.Perhaps adding that lexer rule would solve the issue.
(I assign this to Alexander @wadoon since he implemented the new KeYParser.)
The text was updated successfully, but these errors were encountered: