about summary refs log tree commit diff stats
path: root/apps/tile/value-stack.mu
Commit message (Collapse)AuthorAgeFilesLines
* 7301 - tile: float computations now workingKartik Agaram2020-11-291-2/+4
|
* 7297 - tile: use floats everywhereKartik Agaram2020-11-291-7/+7
|
* 7226Kartik Agaram2020-11-111-34/+0
|
* 7225Kartik Agaram2020-11-111-0/+34
| | | | | | | Both manual tests described in commit 7222 now work. To make them work I had to figure out how to copy a file. It requires a dependency on a new syscall: lseek.
* 7207 - tile: bugfixKartik Agaram2020-11-071-0/+2
|
* 7193 - tile: extract taxonomy of values into a separate fileKartik Agaram2020-11-061-84/+0
|
* 7159 - explicitly use 'return' everywhereKartik Agaram2020-11-021-80/+67
| | | | https://github.com/akkartik/mu/issues/45#issuecomment-719990879, task 2.
* 7128Kartik Agaram2020-10-271-5/+11
| | | | More consistent spacing in sandbox render.
* 7126Kartik Agaram2020-10-271-5/+5
|
* 7124 - tiles: better 'lines' primitiveKartik Agaram2020-10-271-0/+2
|
* 7123 - tile: truncate string if necessaryKartik Agaram2020-10-261-0/+5
|
* 7120 - tile: array of lines from fileKartik Agaram2020-10-261-0/+26
| | | | Requires a quick hacky change to Mu compiler.
* 7116 - tile: regression in typing in stringsKartik Agaram2020-10-261-42/+46
| | | | We really need to clean up the Mu compiler's logic around function outputs.
* 7112 - tile: arrays of non-integersKartik Agaram2020-10-261-56/+58
|
* 7107 - tile: file handlesKartik Agaram2020-10-251-0/+13
|
* 7106 - tile: arrays of intsKartik Agaram2020-10-251-2/+62
|
* 7103 - tile: first primitive for stringsKartik Agaram2020-10-251-0/+6
|
* 7101 - tile: remove quotes when evaluating stringsKartik Agaram2020-10-251-0/+2
| | | | This found several bugs due to me not checking for null strings.
* 7100 - tile: render string literalsKartik Agaram2020-10-251-3/+31
|
* 7099Kartik Agaram2020-10-251-3/+3
|
* 7014Kartik Agaram2020-10-121-0/+26
| | | | 7013 had broken right-justification when rendering the stack. Redo.
* 7013Kartik Agaram2020-10-121-25/+0
|
* 6870Kartik Agaram2020-09-261-11/+53
| | | | | | Emit a stack of not ints but more complex objects containing the int payload. Function calls again segfaulting.
* 6854Kartik Agaram2020-09-251-0/+71