Fwd: top 5 list needed

2005-10-19 Thread Rob Kinyon
Text-substitution macros would have to be handled in an earlier pass, I still don't see evidence for this. Or maybe I do, but I don't see any reason that the preprocessing pass must finish before the parsing begins. Mixing C and Perl ... my $foo; BEGIN { $foo = '}'; } #define OPEN {

Re: Fwd: top 5 list needed

2005-10-19 Thread Uri Guttman
RK == Rob Kinyon [EMAIL PROTECTED] writes: Text-substitution macros would have to be handled in an earlier pass, I still don't see evidence for this. Or maybe I do, but I don't see any reason that the preprocessing pass must finish before the parsing begins. RK Mixing C and