Add support for PHP 5.2.x

This commit is contained in:
Justin Hileman
2012-03-17 23:05:52 -07:00
parent 99ff7316b3
commit bec9ce8448
34 changed files with 330 additions and 473 deletions
+1 -3
View File
@@ -9,14 +9,12 @@
* file that was distributed with this source code.
*/
namespace Mustache;
/**
* Mustache Tokenizer class.
*
* This class is responsible for turning raw template source into a set of Mustache tokens.
*/
class Tokenizer {
class Mustache_Tokenizer {
// Finite state machine states
const IN_TEXT = 0;