- Clean up environment code using type strings instead of manually defining types - Add Commands module - Move Shell lang into an example module that uses Commands module - Fix some bugs with chained library dependencies
2.1 KiB
2.1 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
- Tables: header, implementation
- Text: header, implementation
- Threads: header, implementation
- Type Infos (for representing types as values): header, implementation