We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b61ae70 commit 3b15023Copy full SHA for 3b15023
key.core/src/main/antlr4/KeYParser.g4
@@ -866,7 +866,7 @@ proofScriptCommand: AT? cmd=IDENT proofScriptParameters?
866
| SEMI);
867
868
proofScriptParameters: proofScriptParameter+;
869
-proofScriptParameter : ((pname=proofScriptParameterName EQUALS)? expr=proofScriptExpression);
+proofScriptParameter : ((pname=proofScriptParameterName (COLON|EQUALS))? expr=proofScriptExpression);
870
proofScriptParameterName: AT? IDENT; // someone thought, that the let-command parameters should have a leading "@"
871
proofScriptExpression:
872
boolean_literal
0 commit comments