We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96fab7 commit b64fdeeCopy full SHA for b64fdee
lib/std/zig/tokenizer.zig
@@ -1,4 +1,4 @@
1
-const std = @import("std"); //TODO"../std.zig");
+const std = @import("../std.zig");
2
3
pub const Token = struct {
4
tag: Tag,
0 commit comments