#include "expr.h" void VisitBinary(struct binary); void VisitGrouping(struct grouping); void VisitLiteral(Token); void VisitUnary(struct unary);