From c9ff7bdb61efb1609876abdc40fab9a2ddc06f94 Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 18 May 2026 11:19:22 -0400 Subject: remove flag type and add .mask to int --- docs/type_system/namespace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/type_system/namespace.md') diff --git a/docs/type_system/namespace.md b/docs/type_system/namespace.md index c3b79f1..37c7b17 100644 --- a/docs/type_system/namespace.md +++ b/docs/type_system/namespace.md @@ -4,7 +4,7 @@ ```text Namespace_class `alias Enum[.native; .file] -Namespace[Namespace_class; ...] +Namespace[Namespace_class; AST; EXPORTS] ``` A file with code -- cgit v1.2.3