about summary refs log tree commit diff stats
path: root/apps/tile/table.mu
Commit message (Collapse)AuthorAgeFilesLines
* 7159 - explicitly use 'return' everywhereKartik Agaram2020-11-021-1/+3
| | | | https://github.com/akkartik/mu/issues/45#issuecomment-719990879, task 2.
* 7105 - tile: define-function works with stringsKartik Agaram2020-10-251-10/+0
|
* 7104 - tile: word-rename works with stringsKartik Agaram2020-10-251-1/+21
|
* 7099Kartik Agaram2020-10-251-1/+1
|
* 6871Kartik Agaram2020-09-261-0/+1
| | | | Segfault now fixed. Everything seems to be working again.
* 6870Kartik Agaram2020-09-261-11/+7
| | | | | | Emit a stack of not ints but more complex objects containing the int payload. Function calls again segfaulting.
* 6868Kartik Agaram2020-09-261-2/+37
| | | | First function call working in apps/tile!
* 6860Kartik Agaram2020-09-261-5/+5
| | | | | Snapshot: tile currently segfaulting. I need to back up and make it easier to debug.
* 6859Kartik Agaram2020-09-251-0/+47