aboutsummaryrefslogtreecommitdiff
path: root/stdlib/bytes.c
AgeCommit message (Expand)Author
2025-03-21Move stdlib into src/Bruce Hill
2025-03-05Overhaul of constructors, making it more consistent and correct. AlsoBruce Hill
2025-01-23Overhaul of Text implementation to be more like Cords and have muchBruce Hill
2024-11-29Change how types handle metamethodsBruce Hill
2024-11-19Go back to stringifying integers/num32s/bytes without the typeBruce Hill
2024-11-05Add Byte.hex()Bruce Hill
2024-11-05Deprecate bit-width integer/num literals in favor of using typeBruce Hill
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