Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 341 - standardize traces again | Kartik K. Agaram | 2014-11-27 | 1 | -1/+1 |
| | |||||
* | 314 - better syntax for functions | Kartik K. Agaram | 2014-11-24 | 1 | -2/+2 |
| | |||||
* | 202 - variable names for edit.mu | Kartik K. Agaram | 2014-11-01 | 1 | -11/+12 |
| | |||||
* | 181 - fix inconsistent metadata | Kartik K. Agaram | 2014-10-30 | 1 | -2/+2 |
| | | | | | We have cases where 'type' is stored in memory, so it can't be a literal type like 'offset'. | ||||
* | 175 - have 'new' write array size automatically | Kartik K. Agaram | 2014-10-29 | 1 | -2/+0 |
| | |||||
* | 160 - fix stale editor test | Kartik K. Agaram | 2014-10-28 | 1 | -13/+13 |
| | |||||
* | 145 - delete random programs | Kartik K. Agaram | 2014-10-14 | 1 | -17/+0 |
| | | | | | | | | | They need a type table to work, but I'm keeping type tables next to the tests. Everything needs to be a test from now on. (But first some fixes to the terminal primitives.) | ||||
* | 121 - finally I can alloc a 2D array | Kartik K. Agaram | 2014-10-07 | 1 | -9/+11 |
| | |||||
* | 113 - slight progress working with screen 2D array | Kartik K. Agaram | 2014-10-06 | 1 | -0/+18 |
| | | | | | Why did it take forever to realize nobody will set the array length, that I have to do it for myself? | ||||
* | 100 | Kartik K. Agaram | 2014-10-05 | 1 | -1/+1 |
| | |||||
* | 99 - edit.mu looks much cleaner now | Kartik K. Agaram | 2014-10-05 | 1 | -17/+8 |
| | |||||
* | 95 | Kartik K. Agaram | 2014-10-04 | 1 | -0/+25 |