diff options
| author | Taylan Kammer <taylan.kammer@gmail.com> | 2025-02-28 14:38:57 +0100 |
|---|---|---|
| committer | Taylan Kammer <taylan.kammer@gmail.com> | 2025-02-28 14:38:57 +0100 |
| commit | 472f3e89a61ec51218cefe65305ec6f0a0d95fbf (patch) | |
| tree | a64ef16a6b23a822ab09e02b9d967f3b8bb3d17e /src/libzisp/value/misc.zig | |
| parent | 34de389fe744018e808f2c8b301648d504ab610d (diff) | |
update
Diffstat (limited to 'src/libzisp/value/misc.zig')
| -rw-r--r-- | src/libzisp/value/misc.zig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libzisp/value/misc.zig b/src/libzisp/value/misc.zig deleted file mode 100644 index 30cbf84..0000000 --- a/src/libzisp/value/misc.zig +++ /dev/null @@ -1,8 +0,0 @@ -const Value = @import("../value.zig").Value; - -pub const f = Value{ .misc = .{ .value = 0 } }; -pub const t = Value{ .misc = .{ .value = 1 } }; -pub const nil = Value{ .misc = .{ .value = 2 } }; -pub const eof = Value{ .misc = .{ .value = 3 } }; - -pub const undef = Value{ .misc = .{ .value = 255 } }; |
