Stanislav Malyshev schrieb:

> yacc can look one token ahead, AFAIR.

This could help for "::" (reading a name and seeing "Oh, one more ::, so
this is one more namespace"), but not for ":" (there the change of
operator precedence would still be needed). OK, now this would have to
be sorted out by some T_* guru ;-)

OLLi

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to