aboutsummaryrefslogtreecommitdiff
path: root/stdlib/optionals.h
AgeCommit message (Expand)Author
2025-03-21Move stdlib into src/Bruce Hill
2025-03-21Fix issue with constant initializers for metamethodsBruce Hill
2025-03-16Fix other root->type renameBruce Hill
2025-03-15Overhaul of Path so it uses root and array of components instead ofBruce Hill
2024-11-29Add serialization and deserializationBruce Hill
2024-11-29Change how types handle metamethodsBruce Hill
2024-11-24Rename "NULL" to "NONE"Bruce Hill
2024-11-17Rename datetime -> momentBruce Hill
2024-09-30Rename TypeInfo -> TypeInfo_t and fix up some typeinfo codeBruce Hill
2024-09-29Add DateTimeBruce Hill
2024-09-28Redefine NULL_* values as #defines so they can be constant initializersBruce Hill
2024-09-15Better fixBruce Hill
2024-09-15Fix some importsBruce Hill
2024-09-15Update path reading APIs to use optional values instead of erroringBruce Hill
2024-09-13Rename builtins/ -> stdlib/Bruce Hill