tomo/builtins
2024-07-04 16:46:24 -04:00
..
array.c Randomize hash key on startup and rename to TOMO_HASH_KEY. 2024-07-04 16:46:24 -04:00
array.h Fix array_lvalue 2024-06-18 01:32:44 -04:00
bool.c
bool.h
c_string.c Randomize hash key on startup and rename to TOMO_HASH_KEY. 2024-07-04 16:46:24 -04:00
c_string.h Add C string type 2024-05-18 14:38:41 -04:00
datatypes.h
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 Randomize hash key on startup and rename to TOMO_HASH_KEY. 2024-07-04 16:46:24 -04:00
functions.h Randomize hash key on startup and rename to TOMO_HASH_KEY. 2024-07-04 16:46:24 -04:00
halfsiphash.h
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
memory.h
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 Randomize hash key on startup and rename to TOMO_HASH_KEY. 2024-07-04 16:46:24 -04:00
pointer.h
table.c Randomize hash key on startup and rename to TOMO_HASH_KEY. 2024-07-04 16:46:24 -04:00
table.h Fix USE_COLOR 2024-04-20 14:58:32 -04:00
text.c Randomize hash key on startup and rename to TOMO_HASH_KEY. 2024-07-04 16:46:24 -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
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