namespace

This commit is contained in:
nub31
2025-05-26 19:38:02 +02:00
parent 955869a3cf
commit 3a42b697a9
7 changed files with 107 additions and 62 deletions

View File

@@ -9,8 +9,6 @@ public class SymbolToken(SourceText sourceText, int startIndex, int endIndex, Sy
public enum Symbol
{
Import,
Module,
Func,
Return,
If,
@@ -44,4 +42,6 @@ public enum Symbol
Struct,
Caret,
Ampersand,
DoubleColon,
Namespace,
}