tomo/stdlib
2025-03-21 16:16:33 -04:00
..
arrays.c Remove some less-supported code features like static initializers for 2025-03-21 15:37:51 -04:00
arrays.h Fix issue with constant initializers for metamethods 2025-03-21 16:16:33 -04:00
bools.c
bools.h
bytes.c
bytes.h
c_strings.c Support external structs with namespaced methods (also C-strings are now 2025-03-11 17:49:04 -04:00
c_strings.h Support external structs with namespaced methods (also C-strings are now 2025-03-11 17:49:04 -04:00
chacha.h
datatypes.h Expose PathType as a proper enum 2025-03-18 17:00:30 -04:00
enums.c Remove enum type prefix when printing enum 2025-03-16 17:07:22 -04:00
enums.h Fix issue with constant initializers for metamethods 2025-03-21 16:16:33 -04:00
files.c
files.h
functiontype.c
functiontype.h Fix issue with constant initializers for metamethods 2025-03-21 16:16:33 -04:00
integers.c Fix some integer stuff that was being implicitly downcast to 32-bit 2025-03-09 16:14:53 -04:00
integers.h Fixes for integer truncation 2025-03-11 18:02:13 -04:00
memory.c
memory.h
metamethods.c
metamethods.h
moments.c Bugfix optional moments 2025-03-15 14:10:24 -04:00
moments.h Overhaul of Path so it uses root and array of components instead of 2025-03-15 14:22:11 -04:00
mutexeddata.c
mutexeddata.h
nums.c
nums.h
optionals.c
optionals.h Fix issue with constant initializers for metamethods 2025-03-21 16:16:33 -04:00
paths.c Close file descriptor 2025-03-19 18:48:28 -04:00
paths.h Expose PathType as a proper enum 2025-03-18 17:00:30 -04:00
patterns.c Remove some less-supported code features like static initializers for 2025-03-21 15:37:51 -04:00
patterns.h
pointers.c
pointers.h Fix issue with constant initializers for metamethods 2025-03-21 16:16:33 -04:00
README.md Big overhaul: 2025-03-17 19:29:28 -04:00
rng.c
rng.h
siphash-internals.h
siphash.c
siphash.h
stdlib.c Remove some less-supported code features like static initializers for 2025-03-21 15:37:51 -04:00
stdlib.h Clean up doctest code a bit 2025-03-11 14:23:41 -04:00
structs.c Remove some less-supported code features like static initializers for 2025-03-21 15:37:51 -04:00
structs.h Fix issue with constant initializers for metamethods 2025-03-21 16:16:33 -04:00
tables.c
tables.h Fix issue with constant initializers for metamethods 2025-03-21 16:16:33 -04:00
text.c Remove some less-supported code features like static initializers for 2025-03-21 15:37:51 -04:00
text.h Fix issue with constant initializers for metamethods 2025-03-21 16:16:33 -04:00
threads.c Remove some less-supported code features like static initializers for 2025-03-21 15:37:51 -04:00
threads.h
tomo.h Big overhaul: 2025-03-17 19:29:28 -04:00
types.c
types.h Fixes for opaque external structs 2025-03-16 13:35:58 -04:00
util.c
util.h Codegen improvements and fixes 2025-03-17 18:12:59 -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