#include "../struct.h" struct application_expression { struct expression super; struct expression *left, *right; };