summaryrefslogtreecommitdiff
path: root/Parser.php
Commit message (Collapse)AuthorAge
* Fixed parsing variablesKevin Chabowski2014-05-24
| | | | | If a variable was the very last thing in a template, the last charater of the variable was duplicated as a text node.
* One file per class and new namespace.Kevin Chabowski2014-05-18
We should be able to use a PSR4 autoloader (like composer's) now. ste.php is still there as a fallback for old applications.