aboutsummaryrefslogtreecommitdiff
path: root/builtins/pointer.h
AgeCommit message (Collapse)Author
2024-09-08Fix nearly every GCC warning and add __attribute__((pure/const)) whereBruce Hill
appropriate
2024-09-02Initial WIP first pastBruce Hill
2024-04-16Invert escaping so user symbols get prepended with "$" and builtinBruce Hill
symbols don't
2024-03-29Switch naming convention to use '$' in symbols moreBruce Hill
2024-03-18More file commentsBruce Hill
2024-03-05Fix cyclic structs/enumsBruce Hill
2024-02-17Various fixes, including for Null valuesBruce Hill
2024-02-17Getting back to old typeinfo stuff from SSSBruce Hill