zig/lib/std/zig
Isaac Freund 5b9ea5dd1e zig fmt: fix line comment detection
Previously hasComment() would consider a string literal "//" to be a
line comment. Fix this by only searching the bytes between tokens.
2021-04-10 23:10:24 +02:00
..
system Convert inline fn to callconv(.Inline) everywhere 2021-02-10 20:06:12 -07:00
ast.zig stage2: finish source location reworkings in the branch 2021-03-31 21:36:32 -07:00
cross_target.zig SPIR-V: Add glsl450 and vulkan spir-v operating system definitions 2021-01-19 15:28:17 +01:00
fmt.zig std.zig.fmt escaped string formatting recognizes single quote style 2021-02-27 00:27:53 -07:00
parse.zig stage2: implement inline while 2021-03-25 00:55:36 -07:00
parser_test.zig zig fmt: fix line comment detection 2021-04-10 23:10:24 +02:00
perf_test.zig std: modernize zig parser perf test 2021-04-06 22:34:48 -07:00
render.zig zig fmt: fix line comment detection 2021-04-10 23:10:24 +02:00
string_literal.zig stage2: Module and Sema are compiling again 2021-03-17 22:54:56 -07:00
system.zig std: Update test "" to test where it makes sense 2021-01-22 15:46:58 +01:00
tokenizer.zig Merge remote-tracking branch 'origin/master' into ast-memory-layout 2021-02-24 15:08:23 -07:00