tomo/builtins
2024-08-10 16:41:23 -04:00
..
array.c Add array:counts() 2024-08-10 16:36:50 -04:00
array.h Add array:counts() 2024-08-10 16:36:50 -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
datatypes.h For tables, deprecate support for square bracket indexing and .default 2024-08-10 16:03:41 -04:00
files.c Replace heap_str with GC_strdup 2024-07-26 13:30:24 -04:00
files.h
functions.c Bugfix for tests 2024-08-04 14:57:22 -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 Add a Range datatype with creation methods like 5:to(10) and 2024-08-05 14:40:28 -04:00
integers.h Add a Range datatype with creation methods like 5:to(10) and 2024-08-05 14:40:28 -04:00
macros.h
memory.c
memory.h
nums.c
nums.h Make Num32/Num64 literals explicitly typed to aid in macros using 2024-08-10 16:03:00 -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
range.c Add a Range datatype with creation methods like 5:to(10) and 2024-08-05 14:40:28 -04:00
range.h Add a Range datatype with creation methods like 5:to(10) and 2024-08-05 14:40:28 -04:00
table.c For tables, deprecate support for square bracket indexing and .default 2024-08-10 16:03:41 -04:00
table.h For tables, deprecate support for square bracket indexing and .default 2024-08-10 16:03:41 -04:00
text.c Bugfix for Text:split() 2024-08-10 16:41:23 -04:00
text.h Deprecate Text.slice() 2024-05-20 15:27:42 -04:00
tomo.h Add a Range datatype with creation methods like 5:to(10) and 2024-08-05 14:40:28 -04:00
types.c Add Sets to the language 2024-08-10 15:15:38 -04:00
types.h Add Sets to the language 2024-08-10 15:15:38 -04:00
util.c Replace heap_str with GC_strdup 2024-07-26 13:30:24 -04:00
util.h Replace heap_str with GC_strdup 2024-07-26 13:30:24 -04:00
where.c
where.h