about summary refs log tree commit diff stats
path: root/112read-byte.subx
Commit message (Collapse)AuthorAgeFilesLines
* 6908 - compiling all floating-point operationsKartik Agaram2020-09-301-2/+50
| | | | | We don't yet support emulating these instructions in `bootstrap`. But generated binaries containing them run natively just fine.
* 6751Kartik Agaram2020-09-071-1/+1
| | | | | More copypasta. I'd be able to remove this duplication if we had first-class functions, but they involve an accessibility cost.
* 6733 - read utf-8 'grapheme' from byte streamKartik Agaram2020-08-281-1/+45
| | | | | | No support for combining characters. Graphemes are currently just utf-8 encodings of a single Unicode code-point. No support for code-points that require more than 32 bits in utf-8.
* 6632Kartik Agaram2020-07-111-1/+1
|
* 6612 - reorganize layersKartik Agaram2020-07-051-0/+326