| author | |
| committer | |
| log | fa5a5a7e22e2e873d88e7127a67e02668bb79ee0 |
| tree | e511d66224398ac260e176859c41e49ee8dd5b53 |
| parent | 564ac7158beaf3c6ace5ff795085d72a533b1915 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/tokenize.zig+1-1| ... | ... | @@ -34,7 +34,7 @@ pub fn do(comptime input: string, comptime symbols: []const u8) []const Token { |
| 34 | 34 | |
| 35 | 35 | blk: { |
| 36 | 36 | if (mode == 0) { |
| 37 | if (c == '#') { | |
| 37 | if (c == '/' and input[i + 1] == '/') { | |
| 38 | 38 | mode = 1; |
| 39 | 39 | shouldFlush = false; |
| 40 | 40 | break :blk; |