aboutsummaryrefslogtreecommitdiff
path: root/builtins/util.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-08-22Overhaul of import syntax. Now everything uses `use`: `use foo`, `useBruce Hill
./foo.tm`, `use <foo.h>`, `use libfoo.so`
2024-08-17Allow for top-level or namespace-level variables that are initializedBruce Hill
with non-constant values by the use of an initializer function and runtime checks for whether the variable is initialized.
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