| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-21 | Move stdlib into src/ | Bruce Hill | |
| 2025-03-05 | Overhaul of constructors, making it more consistent and correct. Also | Bruce Hill | |
| changed T(), T, T_t, T_s type names to T(), T$$info, T$$type, T$$struct for unambiguity | |||
| 2025-01-23 | Overhaul of Text implementation to be more like Cords and have much | Bruce Hill | |
| better performance for long sequences of repeated concatenation. | |||
| 2024-11-29 | Change how types handle metamethods | Bruce Hill | |
| 2024-11-19 | Go back to stringifying integers/num32s/bytes without the type | Bruce Hill | |
| constructor. | |||
| 2024-11-05 | Add Byte.hex() | Bruce Hill | |
| 2024-11-05 | Deprecate bit-width integer/num literals in favor of using type | Bruce Hill | |
| constructors | |||
| 2024-11-03 | Add RNGs to the language | Bruce Hill | |
| 2024-09-30 | Rename TypeInfo -> TypeInfo_t and fix up some typeinfo code | Bruce Hill | |
| 2024-09-15 | Add a Byte datatype | Bruce Hill | |
