blob: 017e344ba3e5028cd18c6c3b81e2dc3639745450 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# Documentation
This is an overview of the documentation on Tomo.
## Topics
A few topics that are documented:
- [Built-In Functions](builtins.md)
- [Compilation Pipeline](compilation.md)
- [Functions](functions.md)
- [Libraries/Modules](libraries.md)
- [Namespacing](namespacing.md)
- [Operator Overloading](operators.md)
- [Special Methods](metamethods.md)
- [C Interoperability](c-interoperability.md)
## Types
Information about Tomo's built-in types can be found here:
- [Lists](lists.md)
- [Booleans](booleans.md)
- [Bytes](bytes.md)
- [Enums](enums.md)
- [Floating point numbers](nums.md)
- [Integers](integers.md)
- [Languages](langs.md)
- [Paths](paths.md)
- [Sets](sets.md)
- [Structs](structs.md)
- [Tables](tables.md)
- [Text](text.md)
- [Text Pattern Matching](patterns.md)
|