Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Raise required PHP version to 7.3 | Laria Carolin Chabowski | 2020-09-13 |
| | | | | | 5.3 is no longer maintained (for years now). So let's go to the currently oldest supported version | ||
* | Fix README still mentioning NaturalDocs | Laria Carolin Chabowski | 2020-09-13 |
| | |||
* | Clean up code and improve documentation | Laria Carolin Chabowski | 2020-05-01 |
| | | | | | | | | | | | | | | This switches the code documentation genarator (we're now using phpdoc instead of NaturalDoc). Also various small code cleanup tasks: - Remove unused code - Get rid of `and` / `or`, we're using `&&` / `||` now - Adding missing return values - Helping PhpStorm to detect some dynamically called functions (mark_builtin_callable in Transcompiler) - Reword transcompiling => compiling in documentation | ||
* | New README | Kevin Chabowski | 2014-05-24 |
| | |||
* | STE now means STE Template Engine. | Kevin Chabowski | 2013-10-28 |
| | |||
* | Improved readme | Kevin Chabowski | 2013-10-25 |
| | |||
* | Better error messages. Also corrected some minor bugs and typos. | Kevin Chabowski | 2011-09-26 |
| | | | | | | | | * Error messages now include the name of the template and the line where the error occurred. * `instanceof Text` is no longer valid, must be `instanceof TextNode`. * The Precompiler is now a own function. * ste:if subcompiler fixed. | ||
* | Added license and readme file. | Kevin Chabowski | 2011-09-21 |