Move docs into one folder

This commit is contained in:
Bruce Hill 2024-08-19 00:23:02 -04:00
parent 8363d53bd2
commit 67e8f2dea0
14 changed files with 14 additions and 4 deletions

View File

@ -1,9 +1,21 @@
# API
# Documentation
Tomo has a small number of built-in functions and bunch of types.
This is an overview of the documentation on Tomo.
## Topics
A few topics that are documented:
- [Compilation Pipeline](compilation.md)
- [Libraries/Modules](libraries.md)
- [Special Methods](metamethods.md)
- [Namespacing](namespacing.md)
- [Operator Overloading](operators.md)
## Types
Information about Tomo's built-in types can be found here:
- [Arrays](arrays.md)
- [Booleans](booleans.md)
- [Channels](channels.md)
@ -64,5 +76,3 @@ Nothing, aborts the program.
```markdown
fail("Oh no!")
```
---