We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786bedd commit 2cffc9eCopy full SHA for 2cffc9e
PSOA2X/src/main/antlr3/org/ruleml/psoa/psoa2x/psoa2prolog/PrologConverter.g
@@ -253,6 +253,10 @@ psoa
253
else
254
replace(startIdx, 7, "sloterm");
255
}
256
+ else
257
+ {
258
+ throw new TranslatorException("Slotted expressions are not supported");
259
+ }
260
append(")");
261
262
| // No slots or tuples
@@ -311,4 +315,4 @@ constshort
311
315
| LITERAL { convertStringConst($LITERAL.text); }
312
316
| NUMBER { append($NUMBER.text); }
313
317
| LOCAL { convertLocalConst($LOCAL.text); }
314
- ;
318
+ ;
0 commit comments