|
> Is it really necessary that the parser complains about the use > of reserved keywords in case of foo.<keyword> or > foo:<keyword> type syntax? I wouldn't say that it is "really necessary", but it is how it works in virtually all languages that have reserved words (C, C++, Java, Pascal, Ada, etc.) -- Roberto