Code

analyzer: Check that all iterators use ary operators.
authorSebastian Harl <sh@tokkee.org>
Wed, 4 Mar 2015 09:54:49 +0000 (10:54 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 4 Mar 2015 09:54:49 +0000 (10:54 +0100)
commit1c6d22596a811f02f04980e4a07fee5b1e899525
treefe871e472dcd030755a7a654135ba063e33e76b1
parentef6a58a4a7ee15d97b1c1b717f4c7324f73cfab7
analyzer: Check that all iterators use ary operators.

All iterators are based on a comparison <iter> <op> <expr> and the same
restrictions apply to all of them.
src/frontend/analyzer.c