aboutsummaryrefslogtreecommitdiff
path: root/stdlib/c_strings.c
AgeCommit message (Collapse)Author
2025-03-21Move stdlib into src/Bruce Hill
2025-03-11Support external structs with namespaced methods (also C-strings are nowBruce Hill
`const char*` instead of `char*`)
2024-11-29Add serialization and deserializationBruce Hill
2024-11-29Change how types handle metamethodsBruce Hill
2024-09-30Rename TypeInfo -> TypeInfo_t and fix up some typeinfo codeBruce Hill
2024-09-13Rename builtins/ -> stdlib/Bruce Hill