From 6cf3ace5c115ad065de248936f41eda7965fa7a9 Mon Sep 17 00:00:00 2001 From: nodist Date: Sun, 10 May 2026 16:22:47 -0400 Subject: add all type pages --- docs/type_system/name.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/type_system/name.md (limited to 'docs/type_system/name.md') diff --git a/docs/type_system/name.md b/docs/type_system/name.md new file mode 100644 index 0000000..f137380 --- /dev/null +++ b/docs/type_system/name.md @@ -0,0 +1,9 @@ +# Name + +--- + +```text +Name_class : Enum[.unknown; .data; .alias; .unique] + +Name[TYPE; Name_class; IDENTIFIER; SCOPE] +``` -- cgit v1.2.3