This has been changed to the more traditional way. I've moved on and am using _isset and _unset for the moment, but I'll clone my branch with what I need to accomplish and post it here tonight.
-----Original Message----- From: Felipe Pena [mailto:felipe...@gmail.com] Sent: Saturday, May 05, 2012 10:19 AM To: Clint Priest Cc: internals@lists.php.net Subject: Re: [PHP-DEV] Trouble with zend_language_parser.y Hi, 2012/4/26 Clint Priest <cpri...@zerocue.com>: > I'm having some trouble setting up the re2c to allow the isset/unset. Here > are the definitions, I've added the two T_ISSET statements: > > ------------------------------------------------------------ > accessors: > accessor_function > accessor_function > accessor_function > accessor_function > | accessor_function > accessor_function > accessor_function > | accessor_function > accessor_function > | accessor_function > | /* Empty */ > ; > This rule is weird too, do you want a limited number of accessor? -- Regards, Felipe Pena