Skip to content

Commit

Permalink
refactor: format
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme-lockley committed May 19, 2024
1 parent 46f84e8 commit e6eff6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/builtins/parser.zig
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pub fn parse(machine: *Helper.Runtime, numberOfArgs: usize) !void {

try emit(machine, ast, position);
}

const pos = Helper.Errors.Position{ .start = 0, .end = 0 };

fn emit(machine: *Helper.Runtime, ast: *AST.Expression, position: bool) !void {
Expand Down

0 comments on commit e6eff6c

Please sign in to comment.