aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
blob: 5a63a5dcd582e961d1d52251ee562763630922cb (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)
- [Versioning](versions.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)
- [Structs](structs.md)
- [Tables](tables.md)
- [Text](text.md)
  - [Text Pattern Matching](patterns.md)