On Wed, Aug 21, 2013 at 9:00 AM, Martin Bähr mbaehr@email.archlab.tuwien.ac.at wrote:
in other words, in this situation, the magic zero is not recognized as an int.
It is a zero value, though, so the check could be done as:
!val || intp(val)
But why is it that the integer 0 can't be put into the parse tree? Are there checks that need to be changed to use has_index?
ChrisA