Similarly, the rule
expression → "(" expression ")"
Translates to:
$expression = conc(lookfor("("), $expression, lookfor(")"), );
Oops, no, not quite