Code

parser: Fixed setup of iterator nodes.
authorSebastian Harl <sh@tokkee.org>
Tue, 5 May 2015 21:36:14 +0000 (23:36 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 5 May 2015 21:36:14 +0000 (23:36 +0200)
The iterator value was supposed to be an "incomplete operator" node, that is,
one of the operands should be NULL. This is actually the case now and this
also means we don't have to store the operator type separately.


No differences found