#pragma once namespace dsp { struct binary_t; struct grouping_t; struct literal_t; struct unary_t; struct assign_t; }