Strip semicolons in core which were missing

This commit is contained in:
gingerBill
2021-09-08 13:12:38 +01:00
parent d4f5ef046d
commit ca33cb990b
27 changed files with 1296 additions and 1287 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ is_literal :: proc(kind: Token_Kind) -> bool {
}
is_operator :: proc(kind: Token_Kind) -> bool {
#partial switch kind {
case .B_Operator_Begin .. .B_Operator_End:
case .B_Operator_Begin ..= .B_Operator_End:
return true
case .In, .Not_In:
return true