Commit Graph

18 Commits

Author SHA1 Message Date
Kartik Agaram ef8fd8851a . 2021-11-09 09:03:54 -08:00
Kartik K. Agaram d253a31828 rename grapheme to code-point-utf8
Longer name, but it doesn't lie. We have no data structure right now for
combining multiple code points. And it makes no sense for the notion of
a grapheme to conflate its Unicode encoding.
2021-11-09 08:12:11 -08:00
Kartik K. Agaram b49ea0c7b0 . 2021-11-09 07:25:58 -08:00
Kartik K. Agaram d7389e15a8 task 16: addressing sejo's feedback
I'm still not quite happy with this..
2021-11-07 17:34:51 -08:00
Kartik K. Agaram 3ca102f015 tutorial: improve task 14 based on sejo's feedback 2021-11-07 16:37:10 -08:00
Kartik K. Agaram a69248b284 more comments from sejo <3 2021-10-30 12:09:50 -07:00
Kartik K. Agaram 29523c7eb6 done with first draft of tutorial 2021-10-30 01:15:23 -07:00
Kartik K. Agaram 9377cb7c96 tutorial: point at vocabulary.md 2021-10-30 00:26:42 -07:00
Kartik K. Agaram 33ed713124 . 2021-10-26 22:11:49 -07:00
Kartik K. Agaram 85fe614cd9 . 2021-10-26 22:10:04 -07:00
Kartik K. Agaram 79e2569f1a font data structure now supports 16-bit glyphs
We can't yet render the latter 8 bits.
2021-08-28 21:11:45 -07:00
Kartik K. Agaram 4b57c101b7 more robust print-cell
It is used to print to the trace, and we shouldn't crash the whole computer
just because the trace ran out of space.
2021-05-19 23:14:27 -07:00
Kartik K. Agaram b98832253f . 2021-03-27 21:48:44 -07:00
Kartik K. Agaram e6b42204ef shell: read initial expression from secondary disk
See shell/README.md for (extremely klunky) instructions.
2021-03-21 23:10:55 -07:00
Kartik Agaram 738f8ec1e6 . 2021-03-12 10:41:03 -08:00
Kartik K. Agaram cec5ef31b3 update vocabulary documentation
Top-level and linux/ now have separate vocabulary.md files.
2021-03-08 23:50:35 -08:00
Kartik Agaram 02b7f9bd89 6658 2020-07-18 15:56:32 -07:00
Kartik Agaram 9a524793ee 6618 - new docs 2020-07-06 01:05:10 -07:00