Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Turn our functional tests into PhpUnit tests | 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 | ||
* | Automatic code formatting | Laria Carolin Chabowski | 2020-04-30 |
| | | | | Also add git hooks that checks formatting | ||
* | Moved to src/ste for psr-4 compliance1.0.0 | Kevin Chabowski | 2014-05-24 |