Skip to content

Commit

Permalink
issue
Browse files Browse the repository at this point in the history
  • Loading branch information
krone committed Aug 8, 2023
1 parent ab4b40f commit 6c862d9
Show file tree
Hide file tree
Showing 3 changed files with 927 additions and 339 deletions.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ pub fn build(b: *Builder) void {
// zig build run - running Exe.
const run_step = b.step("run", b.fmt("Run the {s} app.", .{exe.name}));
run_step.dependOn(&run_cmd.step);
}
}
2 changes: 1 addition & 1 deletion src/function_parameter.zig
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ fn match(expectedToken: Token) i32 {
}
next();
return 0;
}
}
Loading

0 comments on commit 6c862d9

Please sign in to comment.