tomo/builtins
2024-08-15 03:01:04 -04:00
..
array.c Add array:find() 2024-08-15 03:01:04 -04:00
array.h Add array:find() 2024-08-15 03:01:04 -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 method for array:remove_item(item) and rename 2024-08-15 02:39:35 -04:00
channel.h Fix channels 2024-08-13 03:27:32 -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 Fix up type conversions with ints and nums 2024-08-14 14:57:01 -04:00
integers.h Fix up type conversions with ints and nums 2024-08-14 14:57:01 -04:00
macros.h Revert "Deprecate stack macro" 2024-05-12 20:12:00 -04:00
memory.c
memory.h
nums.c Fix up type conversions with ints and nums 2024-08-14 14:57:01 -04:00
nums.h Fixes 2024-08-13 03:09:48 -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 Fix some COW bugs for arrays/tables/sets 2024-08-12 17:44:05 -04:00
text.c Fix up type conversions with ints and nums 2024-08-14 14:57:01 -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 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