This commit is contained in:
nub31
2025-10-20 20:15:29 +02:00
parent 7697f7b7cc
commit 7a3a461519
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);