PHP Abstract Syntax Tree

php.internals

William Candillon

20 years ago
Hi, Is it planned to modify the PHP compiler in order to create an abstract syntax tree rather than generating directly the opcode ? It will allow to perform tasks like Type inference, optimization etc... Best regards, William
-- William Candillon Telecom Lille Student E-mail: wcandillon@elv.enic.fr Tel: +33(0) 6 67 99 13 16 Resume: http://wcandillon.netcv.org

Andrei Zmievski

20 years ago
header("Location: http://www.python.org/"); :) On Apr 13, 2006, at 1:28 PM, William Candillon wrote: