aboutsummaryrefslogtreecommitdiff
path: root/builtins/util.h
AgeCommit message (Collapse)Author
2024-07-26Replace heap_str with GC_strdupBruce Hill
2024-07-26Replace heap_strn() with GC_strndup()Bruce Hill
2024-06-01Change how floats are serializedBruce Hill
2024-05-18Add syntax for "inline C(...)"Bruce Hill
2024-05-12WIP, but functional interfacesBruce Hill
2024-04-20Fix USE_COLORBruce 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-10Rearranging some filesBruce Hill