ddlog icon indicating copy to clipboard operation
ddlog copied to clipboard

Cannot combine array indexing with minus

Open Colossus opened this issue 9 years ago • 3 comments

Just tried writing a query like blah(wordidxs[1] - 3) :- .... , but cannot combine - with array indexing

Colossus avatar Feb 18 '16 03:02 Colossus

Workaround: create intermediate tables

Colossus avatar Feb 18 '16 03:02 Colossus

@feiranwang I think we did arbitrary expression here but maybe this is a parse error?

netj avatar Feb 18 '16 03:02 netj

Yes, this looks like a parse error. I'm looking into it.

feiranwang avatar Feb 18 '16 03:02 feiranwang