summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
| * Fixed parse_tag and parse_varKevin Chabowski2013-10-20
| * Added function to tidy up the ASTKevin Chabowski2013-10-20
| * Fixed tag parameter parsingKevin Chabowski2013-10-20
| * Some smaller fixes. Parser seems to work now.Kevin Chabowski2013-10-20
| * Trying to write a better parser. UNTESTED!Kevin Chabowski2013-10-20
|/
* Some minor documentation fixesKevin Chabowski2013-02-03
* New docu and fixed mkdocu.shKevin Chabowski2012-10-04
* mute_runtime_errors should now work...Kevin Chabowski2012-10-04
* improved <ste:escape> and fixed docu.Kevin Chabowski2012-10-04
* set:array_filter addedKevin Chabowski2012-07-02
* Added new Tags to the standard library.Kevin Chabowski2012-06-27
* Fixed STECore::get_var_reference bugs.Kevin Chabowski2012-06-27
* evalbool does not longer yield warnings on non-text inputs.Kevin Chabowski2012-06-06
* Fixed broken infloop subcompiler.Kevin Chabowski2012-05-22
* Removed a temporary debug output.Kevin Chabowski2012-03-01
* Forgot to include the new documentation.Kevin Chabowski2012-02-29
* Introduced new exceptions and fixed a parsing bug.Kevin Chabowski2012-02-29
* Fixed some error message bugs.Kevin Chabowski2012-02-21
* Added builtin ste:get and fixed a code generation bug.Kevin Chabowski2012-01-15
* Win/Mac newlines are now treated correctly at beginning of a TextNode.Kevin Chabowski2012-01-08
* ste:comment and ste:rawtext are now handled much cleaner.Kevin Chabowski2012-01-08
* Yet another documentation fix...Kevin Chabowski2012-01-08
* Message of a ParseCompileError fixed.Kevin Chabowski2012-01-06
* Replaced the <![CDATA[ ... ]]> in the docu. Didn't work...Kevin Chabowski2012-01-05
* Fixed a bug regarding tag parameter creation.Kevin Chabowski2011-11-21
* Merge branch 'master' of git@github.com:kch42/Stupid-Template-Engine.gitKevin Chabowski2011-11-16
|\