summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add STECore typehint in generated test codeLaria Carolin Chabowski2020-05-01
* Fix compiling static numeric array accessLaria Carolin Chabowski2020-05-01
* Clean up code and improve documentationLaria Carolin Chabowski2020-05-01
* No need to clone an arrayLaria Carolin Chabowski2020-05-01
* Get rid of closing ?> in compiled outputLaria Carolin Chabowski2020-05-01
* tests: Make it easier to run a single testLaria Carolin Chabowski2020-05-01
* Automatic code formattingLaria Carolin Chabowski2020-04-30
* Fix parser stumbling over "0" in namesLaria Carolin Chabowski2020-04-28
* Some simple code formattingLaria Carolin Chabowski2020-04-26
* rename github accountLaria Carolin Chabowski2016-08-16
* Is now compatible with PHP 5.3 again.1.0.3Kevin Chabowski2014-05-25
* Merge branch 'develop'1.0.2Kevin Chabowski2014-05-25
|\
| * Silencing possible array to string conversion notices (its okay here)Kevin Chabowski2014-05-25
| * Fixed backward compatibility with pre 1.0 versions.Kevin Chabowski2014-05-25
| * Fixed bug in template saving of FilesystemStorageAccess.Kevin Chabowski2014-05-25
* | New READMEKevin Chabowski2014-05-24
|/
* Fixed ste.php and steloader.php1.0.1Kevin Chabowski2014-05-24
* Refined test_closureKevin Chabowski2014-05-24
* Moved to src/ste for psr-4 compliance1.0.0Kevin Chabowski2014-05-24
* Moved code into src subfolder and fixed docuKevin Chabowski2014-05-24
* Added ste:setlocal and refined test_scope.Kevin Chabowski2014-05-24
* Simple autoloader for examples and tests.Kevin Chabowski2014-05-24
* Added scoping.Kevin Chabowski2014-05-24
* Fixed ste:getKevin Chabowski2014-05-24
* Fixed parsing variablesKevin Chabowski2014-05-24
* Added tempvar static function to TranscompilerKevin Chabowski2014-05-22
* Getting rid of some notices / fixing _get_var_referencescopesKevin Chabowski2014-05-18
* Adding a composer.json file. We should be composer-compatible now!make-composer-compatibleKevin Chabowski2014-05-18
* One file per class and new namespace.Kevin Chabowski2014-05-18
* ste:foreach now has an else clause for empty arrays.Kevin Chabowski2013-10-28
* Removed old test codeKevin Chabowski2013-10-28
* Fixed wrong include paths.Kevin Chabowski2013-10-28
* STE now means STE Template Engine.Kevin Chabowski2013-10-28
* Improved readmeKevin Chabowski2013-10-25
* Removed source code documentation. Can be generated at any point.Kevin Chabowski2013-10-25
* Merge branch 'parser2'Kevin Chabowski2013-10-25
|\
| * New Testparser2Kevin Chabowski2013-10-25
| * short cmp tags can now contain tags.Kevin Chabowski2013-10-25
| * Fixed some mistakes in mktag subcompilerKevin Chabowski2013-10-25
| * Fixed potential bug in VariableNode::transcompileKevin Chabowski2013-10-25
| * Better handling of newslines and whitespacesKevin Chabowski2013-10-25
| * Made the tests more tolerant for whitespace.Kevin Chabowski2013-10-25
| * Adding default values to some properties.Kevin Chabowski2013-10-23
| * Added some tests.Kevin Chabowski2013-10-23
| * Gitignore some tronscompiled templatesKevin Chabowski2013-10-23
| * Merge branch 'parser2' of git@github.com:kch42/Stupid-Template-Engine.git int...Kevin Chabowski2013-10-23
| |\
| | * Added some testsKevin Chabowski2013-10-23
| * | Merge branch 'parser2' into improve-langKevin Chabowski2013-10-21
|/| | | |/
| * Removed old parse function and added some documentation.Kevin Chabowski2013-10-21
| * tidyup_ast improvedKevin Chabowski2013-10-20