Manipulating String Literals with Interpreter Classes in PHP 5

Monday, April 9th, 2007

Among the huge variety of design patterns that can be easily implemented in PHP 5 the interpreter is one that might be particularly interesting to you. It allows you to build effortlessly the so-called parser layers. Welcome to the second installment of the series that began with Building ...