| Next | Higher-Order Parsing | 18 | 
Similarly, the rule
        expression → "(" expression ")"
Translates to:
        $expression = conc(lookfor("("),
                           $expression,
                           lookfor(")"),
                          );
Oops, no, not quite
| Next | ![]()  | 
    ![]()  | 
    Copyright © 2007 M. J. Dominus |