about summary refs log tree commit diff stats
path: root/prototypes/tile/2.mu
Commit message (Collapse)AuthorAgeFilesLines
* 6703 - new types: code-point and graphemeKartik Agaram2020-08-021-1/+2
| | | | | | | | | | Both have the same size: 4 bytes. So far I've just renamed print-byte to print-grapheme, but it still behaves the same. I'm going to support printing code-points next, but grapheme 'clusters' spanning multiple code-points won't be supported for some time.
* 6699 - start building out fake screenKartik Agaram2020-08-011-7/+7
| | | | | We now have all existing apps and prototypes going through the dependency-injected wrapper, even though it doesn't actually implement the fake screen yet.
* 6695Kartik Agaram2020-07-311-1/+1
|
* 6622 - new syscalls: time and ntimeKartik Agaram2020-07-081-1/+0
| | | | | As a side-effect I find that my Linode can print ~100k chars/s. At 50 rows and 200 columns per screen, it's 10 frames/s.
* 6616Kartik Agaram2020-07-051-0/+7
|
* 6613 - first word of vocabulary implemented in MuKartik Agaram2020-07-051-22/+0
|
* 6609Kartik Agaram2020-07-051-0/+99