diff options
Diffstat (limited to 'docs/type_system/name.md')
| -rw-r--r-- | docs/type_system/name.md | 9 |
1 files changed, 9 insertions, 0 deletions
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] +``` |
