Move docs into one folder
This commit is contained in:
parent
8363d53bd2
commit
67e8f2dea0
@ -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!")
|
||||
```
|
||||
|
||||
---
|
Loading…
Reference in New Issue
Block a user