Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 6687 - stream-empty? and stream-full? | Kartik Agaram | 2020-07-30 | 1 | -0/+3 |
| | |||||
* | 6682 - experimental support for streams and slices | Kartik Agaram | 2020-07-28 | 1 | -2/+2 |
| | | | | | | | | | Slices contain `addr`s so the same rules apply to them. They can't be stored in structs and so on. But they may be an efficient temporary while parsing. Streams are currently a second generic type after arrays, and gradually strengthening the case to just bite the bullet and support first-class generics in Mu. | ||||
* | 6659 | Kartik Agaram | 2020-07-18 | 1 | -7/+7 |
| | | | | Tighten up some function signatures. | ||||
* | 6643 | Kartik Agaram | 2020-07-13 | 1 | -9/+9 |
| | |||||
* | 6632 | Kartik Agaram | 2020-07-11 | 1 | -3/+3 |
| | |||||
* | 6630 - define type signatures for SubX functions | Kartik Agaram | 2020-07-10 | 1 | -0/+159 |
This was easier than I'd feared. |