Skip to content

Commit

Permalink
Move a TODO note around
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed Jul 11, 2023
1 parent 6b3557c commit e583ddf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ const DtMachine = interpret.DtMachine;

const builtins = @import("builtins.zig");

pub const version = "0.11.1"; // Update in build.zig.zon as well. TODO: Change to @import when it's supported for zon
// TODO: Change to @import when it's supported for zon
pub const version = "0.11.1"; // Update in build.zig.zon as well.

const stdlib = @embedFile("stdlib.dt");
const dtlib = @embedFile("dt.dt");
Expand Down

0 comments on commit e583ddf

Please sign in to comment.