Changed how variables are created

This commit is contained in:
Pasha Bibko
2025-08-04 15:46:19 +01:00
parent a77d5bd129
commit 7e95b7157e
5 changed files with 11 additions and 8 deletions

View File

@@ -65,6 +65,7 @@ namespace LXC::Lexer
// === Symbols === //
Assign = TokenClass::Symbols,
Colon,
CloseBracket,
OpenBracket,