tomo/builtins
2024-06-06 15:05:35 -04:00
..
array.c More heap code cleanup 2024-04-19 13:48:06 -04:00
array.h Fix USE_COLOR 2024-04-20 14:58:32 -04:00
bool.c Introducing the main() function 2024-04-12 13:09:31 -04:00
bool.h Add Bool.from_text() 2024-04-10 13:33:40 -04:00
c_string.c Add C string type 2024-05-18 14:38:41 -04:00
c_string.h Add C string type 2024-05-18 14:38:41 -04:00
datatypes.h More file comments 2024-03-18 12:57:49 -04:00
files.c Prefer 'sizeof(t[n])' over 'sizeof(t)*n' 2024-06-06 15:05:35 -04:00
files.h Add syntax for "inline C(...)" 2024-05-18 16:31:34 -04:00
functions.c Move standard initialization code into tomo_init() function 2024-05-25 13:56:34 -04:00
functions.h Move standard initialization code into tomo_init() function 2024-05-25 13:56:34 -04:00
halfsiphash.h Rearranging some files 2024-03-10 00:03:21 -05:00
integers.c Prefer 'sizeof(t[n])' over 'sizeof(t)*n' 2024-06-06 15:05:35 -04:00
integers.h Clean up imports a bit 2024-05-18 14:42:35 -04:00
macros.h Revert "Deprecate stack macro" 2024-05-12 20:12:00 -04:00
memory.c Switch naming convention to use '$' in symbols more 2024-03-29 12:54:31 -04:00
memory.h Switch naming convention to use '$' in symbols more 2024-03-29 12:54:31 -04:00
nums.c Bugfix for Num.near() 2024-05-14 00:40:13 -04:00
nums.h Add Num.mix() 2024-04-22 14:49:36 -04:00
pointer.c Improved syntax for optionals 2024-04-30 13:18:47 -04:00
pointer.h Invert escaping so user symbols get prepended with "$" and builtin 2024-04-16 13:50:07 -04:00
table.c Prefer 'sizeof(t[n])' over 'sizeof(t)*n' 2024-06-06 15:05:35 -04:00
table.h Fix USE_COLOR 2024-04-20 14:58:32 -04:00
text.c Prefer 'sizeof(t[n])' over 'sizeof(t)*n' 2024-06-06 15:05:35 -04:00
text.h Deprecate Text.slice() 2024-05-20 15:27:42 -04:00
tomo.h Clean up imports a bit 2024-05-18 14:42:35 -04:00
types.c Switch naming convention to use '$' in symbols more 2024-03-29 12:54:31 -04:00
types.h Prefer 'sizeof(t[n])' over 'sizeof(t)*n' 2024-06-06 15:05:35 -04:00
util.c Fix USE_COLOR 2024-04-20 14:58:32 -04:00
util.h Change how floats are serialized 2024-06-01 11:25:14 -04:00
where.c Hook up Text.has(), Text.trimmed(), Text.without() 2024-05-20 15:19:31 -04:00
where.h Hook up Text.has(), Text.trimmed(), Text.without() 2024-05-20 15:19:31 -04:00