mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
small fixes to the parser
This commit is contained in:
@@ -317,6 +317,8 @@ is_operator :: proc(kind: Token_Kind) -> bool {
|
||||
return true;
|
||||
case .In, .Not_In:
|
||||
return true;
|
||||
case .If:
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user