Phase 8.2 foundation: @[Checked] attr, &T refs, own keyword — gradual ownership syntax

This commit is contained in:
2026-05-31 13:39:20 +03:00
parent f71c034d9e
commit 3949a2f91e
11 changed files with 67 additions and 7 deletions
+4 -3
View File
@@ -128,9 +128,10 @@ const tkHashTime: int = 96;
const tkHashModule: int = 97;
// Special
const tkNewLine: int = 98;
const tkEndOfFile: int = 99;
const tkUnknown: int = 100;
const tkOwn: int = 98;
const tkNewLine: int = 99;
const tkEndOfFile: int = 100;
const tkUnknown: int = 101;
// ---------------------------------------------------------------------------
// Token struct