tomo/src/stdlib
2025-04-01 14:59:47 -04:00
..
arrays.c Remove unnecessary check 2025-03-28 13:43:22 -04:00
arrays.h Deprecate custom printf specifiers in favor of print() function that 2025-03-27 17:26:51 -04:00
bools.c Inline metamethods 2025-03-28 13:45:09 -04:00
bools.h Move stdlib into src/ 2025-03-21 21:48:53 -04:00
bytes.c Deprecate custom printf specifiers in favor of print() function that 2025-03-27 17:26:51 -04:00
bytes.h Move stdlib into src/ 2025-03-21 21:48:53 -04:00
c_strings.c Fully move all pattern code into patterns.c 2025-03-31 02:33:23 -04:00
c_strings.h Move stdlib into src/ 2025-03-21 21:48:53 -04:00
chacha.h Move stdlib into src/ 2025-03-21 21:48:53 -04:00
datatypes.h Move patterns into a module 2025-04-01 14:05:10 -04:00
enums.c Move stdlib into src/ 2025-03-21 21:48:53 -04:00
enums.h Move stdlib into src/ 2025-03-21 21:48:53 -04:00
files.c Use strtok instead of strsep 2025-03-28 17:32:01 -04:00
files.h Move stdlib into src/ 2025-03-21 21:48:53 -04:00
functiontype.c Deprecate custom printf specifiers in favor of print() function that 2025-03-27 17:26:51 -04:00
functiontype.h Move stdlib into src/ 2025-03-21 21:48:53 -04:00
integers.c Deprecate built-in Moment datatype in favor of a time module 2025-03-30 17:27:52 -04:00
integers.h Deprecate built-in Moment datatype in favor of a time module 2025-03-30 17:27:52 -04:00
memory.c Move stdlib into src/ 2025-03-21 21:48:53 -04:00
memory.h Move stdlib into src/ 2025-03-21 21:48:53 -04:00
metamethods.c Deprecate custom printf specifiers in favor of print() function that 2025-03-27 17:26:51 -04:00
metamethods.h Move stdlib into src/ 2025-03-21 21:48:53 -04:00
nums.c Fix some minor floating point promotion issues 2025-03-28 13:46:35 -04:00
nums.h Add compiler guards for GCC directives 2025-03-28 15:31:53 -04:00
optionals.c Move patterns into a module 2025-04-01 14:05:10 -04:00
optionals.h Deprecate built-in Moment datatype in favor of a time module 2025-03-30 17:27:52 -04:00
paths.c Move patterns into a module 2025-04-01 14:05:10 -04:00
paths.h Deprecate built-in Moment datatype in favor of a time module 2025-03-30 17:27:52 -04:00
pointers.c Move stdlib into src/ 2025-03-21 21:48:53 -04:00
pointers.h Move stdlib into src/ 2025-03-21 21:48:53 -04:00
print.c Fix accidental colorizing of print output 2025-04-01 14:59:47 -04:00
print.h Fix printf specifiers on mac 2025-03-28 18:12:02 -04:00
README.md Move patterns into a module 2025-04-01 14:05:10 -04:00
rng.c On apple, don't explicit_bzero 2025-03-28 17:41:22 -04:00
rng.h Add compiler guards for GCC directives 2025-03-28 15:31:53 -04:00
siphash-internals.h Move stdlib into src/ 2025-03-21 21:48:53 -04:00
siphash.c Add compiler guards for GCC directives 2025-03-28 15:31:53 -04:00
siphash.h Move stdlib into src/ 2025-03-21 21:48:53 -04:00
stdlib.c Show full doctest inspection if test fails 2025-04-01 14:12:00 -04:00
stdlib.h Show full doctest inspection if test fails 2025-04-01 14:12:00 -04:00
structs.c Add compiler guards for GCC directives 2025-03-28 15:31:53 -04:00
structs.h Move stdlib into src/ 2025-03-21 21:48:53 -04:00
tables.c Add compiler guards for GCC directives 2025-03-28 15:31:53 -04:00
tables.h Move stdlib into src/ 2025-03-21 21:48:53 -04:00
text.c Move patterns into a module 2025-04-01 14:05:10 -04:00
text.h Move patterns into a module 2025-04-01 14:05:10 -04:00
tomo.h Move patterns into a module 2025-04-01 14:05:10 -04:00
types.c Move stdlib into src/ 2025-03-21 21:48:53 -04:00
types.h Remove threads and mutexed data from the language in favor of a 2025-03-31 02:11:03 -04:00
util.c Move stdlib into src/ 2025-03-21 21:48:53 -04:00
util.h Move stdlib into src/ 2025-03-21 21:48:53 -04:00

Tomo Standard Library

This directory contains all of the standard library functionality that is built into each Tomo program. It has all the logic for core datastructures as well as some common functionality.

Core Functions

Core Data Types