aboutsummaryrefslogtreecommitdiff
path: root/builtins/util.h
AgeCommit message (Expand)Author
2024-09-08Fix nearly every GCC warning and add __attribute__((pure/const)) whereBruce Hill
2024-09-02Initial WIP first pastBruce Hill
2024-08-22Overhaul of import syntax. Now everything uses `use`: `use foo`, `useBruce Hill
2024-08-17Allow for top-level or namespace-level variables that are initializedBruce Hill
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
2024-03-29Switch naming convention to use '$' in symbols moreBruce Hill
2024-03-18More file commentsBruce Hill
2024-03-10Rearranging some filesBruce Hill