implementing line information

This commit is contained in:
2024-08-24 15:33:17 +02:00
parent 9e3ced0f2e
commit 6c8cf697f1
2 changed files with 19 additions and 7 deletions

View File

@ -39,5 +39,5 @@ pub const ValueArray = struct {
};
pub fn print_value(value: Value) void {
debug.print("{any}", .{value});
debug.print("{d}", .{value});
}