This commit is contained in:
nub31
2025-10-20 20:15:29 +02:00
parent e7be972c06
commit 70551ef9eb
10 changed files with 125 additions and 70 deletions

View File

@@ -56,6 +56,7 @@ public enum Symbol
Module,
Import,
At,
QuestionMark
}
public abstract record Token(SourceSpan Span);