tomo/builtins
2024-08-19 14:29:58 -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
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
memory.c
memory.h
nums.c Fix some numeric precision issues with how nums are printed 2024-08-19 01:46:37 -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
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 Add .text_content as a field on DSLs instead of a method 2024-08-19 14:29:58 -04:00
text.h Add .text_content as a field on DSLs instead of a method 2024-08-19 14:29:58 -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