aboutsummaryrefslogtreecommitdiff
path: root/stdlib/bytes.c
AgeCommit message (Collapse)Author
2024-11-05Add Byte.hex()Bruce Hill
2024-11-05Deprecate bit-width integer/num literals in favor of using typeBruce Hill
constructors
2024-11-03Add RNGs to the languageBruce Hill
2024-09-30Rename TypeInfo -> TypeInfo_t and fix up some typeinfo codeBruce Hill
2024-09-15Add a Byte datatypeBruce Hill