aboutsummaryrefslogtreecommitdiff
path: root/docs/namespacing.md
AgeCommit message (Collapse)Author
2025-04-30Update compiler to use randomly generated unique-per-file symbolBruce Hill
suffixes instead of needing to rename symbols with objcopy
2025-04-06Update syntax in docsBruce Hill
2025-03-11Don't use '$' prefix for field namesBruce Hill
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-09-30Rename TypeInfo -> TypeInfo_t and fix up some typeinfo codeBruce Hill
2024-09-13Update docs a bitBruce Hill
2024-09-05Replace $Type with Type$info for builtin TypeInfosBruce Hill
2024-08-19Update docsBruce Hill
2024-08-19Add colonsBruce Hill
2024-03-18Add namespacing docBruce Hill