Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DEFTAIL: Trivial code improvement. | Kaz Kylheku | 2014-08-10 | 1 | -2/+5 |
| | |||||
* | Nuke trailing spaces; convert tabs to spaces. | Kaz Kylheku | 2014-08-10 | 1 | -54/+49 |
| | |||||
* | TAILPROG: renamed to TLET, loses the variable bindings parameter. | Kaz Kylheku | 2013-11-14 | 1 | -12/+15 |
| | | | | Variables are automatically collected from the labels. | ||||
* | TAILPROG: bugfix in handling code blocks with more than one | Kaz Kylheku | 2013-11-14 | 1 | -1/+1 |
| | | | | expression in the body. | ||||
* | DEFTAIL: bugfix when function directly recurses. The return-from in the | Kaz Kylheku | 2013-11-13 | 1 | -10/+12 |
| | | | | | generated FLET then references the FLET rather than the surrounding function. Fixed by introducing anon block as the target of the return instead. | ||||
* | DEFTAIL: a deftail function should know about itself; it is nonsensical | Kaz Kylheku | 2013-11-13 | 1 | -1/+6 |
| | | | | | to have to specify itself via :other-tails. Support for docstrings added too. | ||||
* | Adding tail recursion utils. | Kaz Kylheku | 2012-01-18 | 1 | -0/+274 |