Where can i find a simple php interpreter written in flex and bison?

EDIT: should be careful what you write then :)

Anyway, the main PHP interpreter (php.exe from the php distribution) is written using YACC.

But I don't think you need a special PHP interpreter. PHP4 interpretation is equivalent to C++ featuring a different alphabet of symbols while PHP5 is almost equivalent to Java.
 
Back
Top