rename none to null
This commit is contained in:
@@ -30,7 +30,7 @@ keyword_kind :: proc(text: string) -> token.Kind {
|
||||
case "try": return .Keyword_Try
|
||||
case "catch": return .Keyword_Catch
|
||||
case "mut": return .Keyword_Mut
|
||||
case "none": return .Keyword_None
|
||||
case "null": return .Keyword_Null
|
||||
case "undefined": return .Keyword_Undefined
|
||||
case "orelse": return .Keyword_Orelse
|
||||
case "and": return .Keyword_And
|
||||
|
||||
Reference in New Issue
Block a user