tomo/builtins
2024-08-18 23:59:13 -04:00
..
array.c Add array:first(predicate:func(x:&T)->Bool)->@%T? 2024-08-18 22:28:04 -04:00
array.h Add array:first(predicate:func(x:&T)->Bool)->@%T? 2024-08-18 22:28:04 -04:00
bool.c Add Bool:random(p=0.5) 2024-08-16 14:18:23 -04:00
bool.h Add Bool:random(p=0.5) 2024-08-16 14:18:23 -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 Update channel API to take a Where parameter 2024-08-18 23:59:13 -04:00
channel.h Update channel API to take a Where parameter 2024-08-18 23:59:13 -04:00
datatypes.h Partially working first draft of bigints 2024-08-13 01:30:25 -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 More fixes 2024-08-13 02:09:18 -04:00
functions.h Add channels and threads 2024-08-11 14:47:34 -04:00
halfsiphash.h
integers.c Add primality testing and next_prime()/prev_prime() 2024-08-18 15:22:51 -04:00
integers.h Add Int:clamped() and Num:clamped() 2024-08-18 23:20:54 -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 Fix up type conversions with ints and nums 2024-08-14 14:57:01 -04:00
nums.h Add Int:clamped() and Num:clamped() 2024-08-18 23:20:54 -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 Partially working first draft of bigints 2024-08-13 01:30:25 -04:00
range.h Fix ranges 2024-08-13 03:20:01 -04:00
table.c Add method for array:remove_item(item) and rename 2024-08-15 02:39:35 -04:00
table.h Remove 'const' where it caused problems 2024-08-17 14:48:56 -04:00
text.c Update channel API to take a Where parameter 2024-08-18 23:59:13 -04:00
text.h Partially working first draft of bigints 2024-08-13 01:30:25 -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 Partially working first draft of bigints 2024-08-13 01:30:25 -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 Allow for top-level or namespace-level variables that are initialized 2024-08-17 14:41:31 -04:00
where.c Update channel API to take a Where parameter 2024-08-18 23:59:13 -04:00
where.h Update channel API to take a Where parameter 2024-08-18 23:59:13 -04:00