Menu

#2 parser error N1009 gives misleading location

minor_bug
open
compiler (4)
4
2001-02-12
2001-02-12
No

The parser gives a misleading error location if
a '=' instead of a ':=' is written.

(23:0-23:1) : error N1009 : ':=' expected

21 PerspectiveCamera {
22 location = <-4, 4, -7>;
23 up := <0, 1, 0>;
24 }

Discussion


Log in to post a comment.

MongoDB Logo MongoDB