Added keywords

This commit is contained in:
Pasha Bibko
2025-07-21 18:54:25 +01:00
parent ab5fb4f342
commit d6568a8d2f
4 changed files with 47 additions and 4 deletions

View File

@@ -43,6 +43,8 @@ namespace LXC::Lexer
Div,
Mod,
Eql,
// === Keywords === //
For = TokenClass::Keyword,