tomo/builtins
2024-09-09 14:48:33 -04:00
..
array.c Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
array.h Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
bool.c Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
bool.h Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
c_string.c Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
c_string.h Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
channel.c Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
channel.h Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
datatypes.h Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
files.c Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
files.h Add syntax for "inline C(...)" 2024-05-18 16:31:34 -04:00
functions.c Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
functions.h Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
integers.c Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
integers.h Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
macros.h Remove unused macro 2024-09-05 15:33:43 -04:00
memory.c Fully clean up siphash code and fix some issues 2024-09-05 16:23:05 -04:00
memory.h Replace $Type with Type$info for builtin TypeInfos 2024-09-05 15:31:54 -04:00
nums.c Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
nums.h Bugfixes 2024-09-08 19:33:49 -04:00
path.c Correctly clean up CLI args that are paths 2024-09-09 14:48:33 -04:00
path.h Correctly clean up CLI args that are paths 2024-09-09 14:48:33 -04:00
pointer.c Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
pointer.h Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
range.c Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
range.h Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
shell.c Initial working version 2024-09-09 00:22:12 -04:00
shell.h Add Shell dsl type 2024-09-06 11:37:33 -04:00
siphash-internals.h Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
siphash.c Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
siphash.h Fully clean up siphash code and fix some issues 2024-09-05 16:23:05 -04:00
table.c Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
table.h Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
text.c Add Text.starts_with() and Text.ends_with() 2024-09-09 05:31:25 -04:00
text.h Add Text.starts_with() and Text.ends_with() 2024-09-09 05:31:25 -04:00
thread.c Fully clean up siphash code and fix some issues 2024-09-05 16:23:05 -04:00
thread.h Initial WIP first past 2024-09-02 18:47:39 -04:00
tomo.h Initial working version 2024-09-09 00:22:12 -04:00
types.c Replace $Type with Type$info for builtin TypeInfos 2024-09-05 15:31:54 -04:00
types.h Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
util.c Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00
util.h Fix nearly every GCC warning and add __attribute__((pure/const)) where 2024-09-08 17:17:15 -04:00