summaryrefslogtreecommitdiff
path: root/docs/type_system/index.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-06 13:23:35 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-06 13:23:35 -0400
commit5c995c76246868bda0c81b1b9c3d1b7c2cdde41a (patch)
tree2472255006db355d9b2d9746abaea78ee30b93f1 /docs/type_system/index.md
parent55d6a62e2bfb4ae6ac32c786dd20ec3025147d57 (diff)
add copyright notice
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