summaryrefslogtreecommitdiff
path: root/docs/type_system/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/type_system/index.md')
-rw-r--r--docs/type_system/index.md56
1 files changed, 56 insertions, 0 deletions
diff --git a/docs/type_system/index.md b/docs/type_system/index.md
index c0c2647..95706e7 100644
--- a/docs/type_system/index.md
+++ b/docs/type_system/index.md
@@ -21,9 +21,65 @@ Denotes that a field that does not resolve to anything
## Value Templates
* #### [Enum](./enum.md)
+
+* #### Flags
+
* #### [Int](./int.md)
+
* #### [Float](./float.md)
+* #### Buffer
+
+## Transient Templates
+
+* #### Option
+
+* #### Result
+
## Container Templates
+* #### String
+
+* #### Tuple
+
+* #### Table
+
+* #### Array
+
+* #### Vector
+
+* #### Map
+
+* #### Set
+
+* #### Namespace
+
+## Function Templates
+
+* #### Var
+
+* #### Fn
+
+* #### Iterator
+
+* #### Closure
+
+* #### Task
+
+* #### Regex
+
## AST Templates
+
+* #### Value
+
+* #### Name
+
+* #### Symbol
+
+* #### Op
+
+* #### List
+
+* #### Define
+
+* #### Action