tomo/builtins
2024-08-11 14:47:34 -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 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 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
channel.c Add channels and threads 2024-08-11 14:47:34 -04:00
channel.h Add channels and threads 2024-08-11 14:47:34 -04:00
datatypes.h Add channels and threads 2024-08-11 14:47:34 -04:00
files.c Replace heap_str with GC_strdup 2024-07-26 13:30:24 -04:00
files.h Add syntax for "inline C(...)" 2024-05-18 16:31:34 -04:00
functions.c Add channels and threads 2024-08-11 14:47:34 -04:00
functions.h Add channels and threads 2024-08-11 14:47:34 -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 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 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 Invert escaping so user symbols get prepended with "$" and builtin 2024-04-16 13:50:07 -04:00
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
thread.c Add channels and threads 2024-08-11 14:47:34 -04:00
thread.h Add channels and threads 2024-08-11 14:47:34 -04:00
tomo.h Add channels and threads 2024-08-11 14:47:34 -04:00
types.c Add Sets to the language 2024-08-10 15:15:38 -04:00
types.h Add channels and threads 2024-08-11 14:47:34 -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 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