#pragma once #include #include #include "type.hpp" namespace lily { struct constructor { int parent_type; int tag; std::vector params; }; }