diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-07 14:23:02 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-07 14:23:02 -0400 |
| commit | f00fe3aaca06fb652ae51f44ce82289a4c3ccd5b (patch) | |
| tree | 8d974e32c9f4d101a44b1d9c446a6f26d0e780a1 /docs/type_system/index.md | |
| parent | 5c995c76246868bda0c81b1b9c3d1b7c2cdde41a (diff) | |
type representation
Diffstat (limited to 'docs/type_system/index.md')
| -rw-r--r-- | docs/type_system/index.md | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/docs/type_system/index.md b/docs/type_system/index.md index 95706e7..21168b9 100644 --- a/docs/type_system/index.md +++ b/docs/type_system/index.md @@ -22,14 +22,12 @@ Denotes that a field that does not resolve to anything * #### [Enum](./enum.md) -* #### Flags +* #### [Flag](./flag.md) * #### [Int](./int.md) * #### [Float](./float.md) -* #### Buffer - ## Transient Templates * #### Option @@ -52,6 +50,10 @@ Denotes that a field that does not resolve to anything * #### Set +* #### Queue + +* #### Union + * #### Namespace ## Function Templates @@ -70,10 +72,16 @@ Denotes that a field that does not resolve to anything ## AST Templates +* #### Literal + * #### Value +* #### Clause + * #### Name +* #### Type + * #### Symbol * #### Op |
