Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 7690 | Kartik Agaram | 2021-02-07 | 1 | -6/+6 |
| | | | | Convert comments about magic constants into metadata. | ||||
* | 7352 | Kartik Agaram | 2020-12-14 | 1 | -26/+0 |
| | |||||
* | 7301 - tile: float computations now working | Kartik Agaram | 2020-11-29 | 1 | -2/+4 |
| | |||||
* | 7297 - tile: use floats everywhere | Kartik Agaram | 2020-11-29 | 1 | -7/+7 |
| | |||||
* | 7226 | Kartik Agaram | 2020-11-11 | 1 | -34/+0 |
| | |||||
* | 7225 | Kartik Agaram | 2020-11-11 | 1 | -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: bugfix | Kartik Agaram | 2020-11-07 | 1 | -0/+2 |
| | |||||
* | 7193 - tile: extract taxonomy of values into a separate file | Kartik Agaram | 2020-11-06 | 1 | -84/+0 |
| | |||||
* | 7159 - explicitly use 'return' everywhere | Kartik Agaram | 2020-11-02 | 1 | -80/+67 |
| | | | | https://github.com/akkartik/mu/issues/45#issuecomment-719990879, task 2. | ||||
* | 7128 | Kartik Agaram | 2020-10-27 | 1 | -5/+11 |
| | | | | More consistent spacing in sandbox render. | ||||
* | 7126 | Kartik Agaram | 2020-10-27 | 1 | -5/+5 |
| | |||||
* | 7124 - tiles: better 'lines' primitive | Kartik Agaram | 2020-10-27 | 1 | -0/+2 |
| | |||||
* | 7123 - tile: truncate string if necessary | Kartik Agaram | 2020-10-26 | 1 | -0/+5 |
| | |||||
* | 7120 - tile: array of lines from file | Kartik Agaram | 2020-10-26 | 1 | -0/+26 |
| | | | | Requires a quick hacky change to Mu compiler. | ||||
* | 7116 - tile: regression in typing in strings | Kartik Agaram | 2020-10-26 | 1 | -42/+46 |
| | | | | We really need to clean up the Mu compiler's logic around function outputs. | ||||
* | 7112 - tile: arrays of non-integers | Kartik Agaram | 2020-10-26 | 1 | -56/+58 |
| | |||||
* | 7107 - tile: file handles | Kartik Agaram | 2020-10-25 | 1 | -0/+13 |
| | |||||
* | 7106 - tile: arrays of ints | Kartik Agaram | 2020-10-25 | 1 | -2/+62 |
| | |||||
* | 7103 - tile: first primitive for strings | Kartik Agaram | 2020-10-25 | 1 | -0/+6 |
| | |||||
* | 7101 - tile: remove quotes when evaluating strings | Kartik Agaram | 2020-10-25 | 1 | -0/+2 |
| | | | | This found several bugs due to me not checking for null strings. | ||||
* | 7100 - tile: render string literals | Kartik Agaram | 2020-10-25 | 1 | -3/+31 |
| | |||||
* | 7099 | Kartik Agaram | 2020-10-25 | 1 | -3/+3 |
| | |||||
* | 7014 | Kartik Agaram | 2020-10-12 | 1 | -0/+26 |
| | | | | 7013 had broken right-justification when rendering the stack. Redo. | ||||
* | 7013 | Kartik Agaram | 2020-10-12 | 1 | -25/+0 |
| | |||||
* | 6870 | Kartik Agaram | 2020-09-26 | 1 | -11/+53 |
| | | | | | | Emit a stack of not ints but more complex objects containing the int payload. Function calls again segfaulting. | ||||
* | 6854 | Kartik Agaram | 2020-09-25 | 1 | -0/+71 |