From f00fe3aaca06fb652ae51f44ce82289a4c3ccd5b Mon Sep 17 00:00:00 2001 From: nodist Date: Thu, 7 May 2026 14:23:02 -0400 Subject: type representation --- docs/type_system/index.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'docs/type_system/index.md') 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 -- cgit v1.2.3