code / tomo

Lines41.3K C23.7K Markdown9.7K YAML5.0K Tomo2.3K
7 others 763
Python231 Shell230 make212 INI47 Text21 SVG16 Lua6
(34 lines)

Documentation

This is an overview of the documentation on Tomo.

Topics

A few topics that are documented:

Types

Information about Tomo's built-in types can be found here:

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