token: Remove and and or tokens, since they clash with operator overload function names

This commit is contained in:
2025-10-21 07:43:04 -04:00
parent 115fe836f9
commit 6c57263492
2 changed files with 0 additions and 4 deletions

View File

@@ -64,7 +64,6 @@ pub enum TKind {
Comment, // Line or block comment
Doc, // Doc comment
And,
As,
Break,
Const,
@@ -83,7 +82,6 @@ pub enum TKind {
Match,
Module,
Mut,
Or,
Public,
Return,
Static,