run_expr
*val_fill = run_expr(exp, 0, &lastproc);
xx = run_expr(exp, 1, NULL);
double run_expr(struct expression *exp, int initial_call, struct expression **lastone);
res = run_expr(master_exp, 1, NULL);