authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-09-19 13:07:30-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-09-19 13:07:30-04:00
logef3f7ecc1927454bf03051f0a76a05ea8911fbe5
tree8e3e68f892dc86866a128ed650d1749c192cd084
parentcd3068b4eb78d0820e35779ee1531e27c255ddf7
signaturelock-open Commit is signed but in an unrecognized format.

update std.zig.tokenizer


1 files changed, 3 insertions(+), 2 deletions(-)

std/zig/tokenizer.zig+3-2
...@@ -271,11 +271,11 @@ pub const Token = struct {...@@ -271,11 +271,11 @@ pub const Token = struct {
271 .Keyword_align => "align",271 .Keyword_align => "align",
272 .Keyword_allowzero => "allowzero",272 .Keyword_allowzero => "allowzero",
273 .Keyword_and => "and",273 .Keyword_and => "and",
274 .Keyword_anyframe => "anyframe",
274 .Keyword_asm => "asm",275 .Keyword_asm => "asm",
275 .Keyword_async => "async",276 .Keyword_async => "async",
276 .Keyword_await => "await",277 .Keyword_await => "await",
277 .Keyword_break => "break",278 .Keyword_break => "break",
278 .Keyword_cancel => "cancel",
279 .Keyword_catch => "catch",279 .Keyword_catch => "catch",
280 .Keyword_comptime => "comptime",280 .Keyword_comptime => "comptime",
281 .Keyword_const => "const",281 .Keyword_const => "const",
...@@ -294,11 +294,12 @@ pub const Token = struct {...@@ -294,11 +294,12 @@ pub const Token = struct {
294 .Keyword_inline => "inline",294 .Keyword_inline => "inline",
295 .Keyword_nakedcc => "nakedcc",295 .Keyword_nakedcc => "nakedcc",
296 .Keyword_noalias => "noalias",296 .Keyword_noalias => "noalias",
297 .Keyword_noasync => "noasync",
298 .Keyword_noinline => "noinline",
297 .Keyword_null => "null",299 .Keyword_null => "null",
298 .Keyword_or => "or",300 .Keyword_or => "or",
299 .Keyword_orelse => "orelse",301 .Keyword_orelse => "orelse",
300 .Keyword_packed => "packed",302 .Keyword_packed => "packed",
301 .Keyword_promise => "promise",
302 .Keyword_pub => "pub",303 .Keyword_pub => "pub",
303 .Keyword_resume => "resume",304 .Keyword_resume => "resume",
304 .Keyword_return => "return",305 .Keyword_return => "return",