On Mon, Aug 25, 2014 at 7:07 PM, Sebastian Bergmann <sebast...@php.net> wrote:
> Am 25.08.2014 um 19:01 schrieb Nikita Popov: > > The Abstract Syntax Tree RFC has been accepted unanimously, with 47 > > votes in favor and 0 against. > > Yay! :-) Thank you for your work, Nikita. > > > I'll merge the patch as soon as the int64 naming issues are resolved. > > Do you when you'll get around to implement the extension that provides > userland access to the AST? > I don't know if I will be implementing that ext myself. In any case, before that can happen I will have to create another RFC for converting parse errors into exceptions and making sure we don't leak memory on failed parse - I think thats a prerequisite for exposing the parser to userland. Nikita