1 /* We used to ICE as we did not mark a Vop for rename as
2 we changed a function call to a normal modify statement
3 while folding exp(0.0); */
8 typedef struct Parser
{
12 static double pop(Parser
*p
) {
20 static void evalFactor(Parser
*p
) {
24 static void evalTerm(Parser
*p
) {
28 static void evalExpression(Parser
*p
) {
33 void evalPrimary(Parser
*p
) {