Commit ef3f7ecc19

Andrew Kelley <andrew@ziglang.org>
2019-09-19 19:07:30
update std.zig.tokenizer
1 parent cd3068b
Changed files (1)
std/zig/tokenizer.zig
@@ -271,11 +271,11 @@ pub const Token = struct {
                 .Keyword_align => "align",
                 .Keyword_allowzero => "allowzero",
                 .Keyword_and => "and",
+                .Keyword_anyframe => "anyframe",
                 .Keyword_asm => "asm",
                 .Keyword_async => "async",
                 .Keyword_await => "await",
                 .Keyword_break => "break",
-                .Keyword_cancel => "cancel",
                 .Keyword_catch => "catch",
                 .Keyword_comptime => "comptime",
                 .Keyword_const => "const",
@@ -294,11 +294,12 @@ pub const Token = struct {
                 .Keyword_inline => "inline",
                 .Keyword_nakedcc => "nakedcc",
                 .Keyword_noalias => "noalias",
+                .Keyword_noasync => "noasync",
+                .Keyword_noinline => "noinline",
                 .Keyword_null => "null",
                 .Keyword_or => "or",
                 .Keyword_orelse => "orelse",
                 .Keyword_packed => "packed",
-                .Keyword_promise => "promise",
                 .Keyword_pub => "pub",
                 .Keyword_resume => "resume",
                 .Keyword_return => "return",