pub const Value = union(enum)
pub const Value = union(enum) { undef, defined, boolean: bool, int: i64, ident: []const u8, string: []const u8, }