Remove unused expression type

This commit is contained in:
Nikita Lisitsa 2025-12-22 18:34:54 +03:00
parent 58154b9e6e
commit 438620db2f

View file

@ -28,12 +28,6 @@ namespace pslang::ast
ast::location location;
};
struct constructor
{
type_ptr type;
std::vector<expression_ptr> args;
};
using expression_impl = std::variant<
literal,
identifier,