about summary refs log tree commit diff stats
path: root/screen.mu
Commit message (Collapse)AuthorAgeFilesLines
* 2548 - teach 'print' to print integersKartik K. Agaram2015-12-281-1/+2
| | | | | | | | | | Still can't print non-integer numbers, so this is a bit hacky. The big consequence is that you can't print literal characters anymore because of our rules about how we pick which variant to statically dispatch to. You have to save to a character variable first. Maybe I can add an annotation to literals..
* 2468 - overload print-character as just 'print'Kartik K. Agaram2015-11-211-2/+2
|
* 1868 - start using naked literals everywhereKartik K. Agaram2015-07-281-18/+18
| | | | First step to reducing typing burden. Next step: inferring types.
* 1618Kartik K. Agaram2015-06-211-2/+2
|
* 1617Kartik K. Agaram2015-06-211-7/+7
|
* 1476 - fake screens support colorKartik K. Agaram2015-05-261-1/+1
|
* 1363 - rename 'integer' to 'number'Kartik K. Agaram2015-05-131-1/+1
| | | | ..now that we support non-integers.
* 1345Kartik K. Agaram2015-05-111-1/+5
|
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+23
I've tried to update the Readme, but there are at least a couple of issues.