Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The language cetainly seems to like using that 'dot' operator:

    const exe = b.addExecutable(.{
        .name = "demo",
        .root_source_file = .{ .path = "src/main.zig" },
        .target = target,
        .optimize = optimize,
    });


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: