2.2 KiB
2.2 KiB
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
- Tomo headers all in one place: header
- Tomo standard library functions: header, implementation
- Metamethods: header, implementation
- Siphash: header, implementation
- Siphash-internals: header, implementation
- Util: header, implementation
Core Data Types
- Datatypes (type definitions): header, implementation
- Arrays: header, implementation
- Bools: header, implementation
- Bytes: header, implementation
- C Strings: header, implementation
- Files (used internally only): header, implementation
- Functiontype: header, implementation
- Integers: header, implementation
- Memory: header, implementation
- Nums: header, implementation
- Optionals: header, implementation
- Paths: header, implementation
- Patterns: header, implementation
- Pointers: header, implementation
- Ranges: header, implementation
- Shell: header, implementation
- Tables: header, implementation
- Text: header, implementation
- Threads: header, implementation
- Type Infos (for representing types as values): header, implementation