Skip to content

Allow infix operators in filter terms #779

Description

@mmarx

Currently, one has to write

result(?x, ?y) :- r(?x, ?y), OR(NUMGREATER(?x, 2), EQUALITY(?y, 0)) .

instead of the more clearer

result(?x, ?y) :- r(?x, ?y), OR(?x > 2, ?y = 0) .

This will become even more important once we have #772.

Metadata

Metadata

Assignees

Labels

ParserRule-Parser-Related Issue

Fields

No fields configured for Feature.

Projects

Status
Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions