>> How do you get source file information out of a syntax object? > > Printing the syntax object is sufficient to show you the source > position for debugging purposes, right?
If I print a syntax object, I don't see any source file information. So it's sufficient for debugging purposes as long as I can eventually get that information out of it... >> Also, I am guessing from how you worded your response that the >> solution you have in mind is a procedure. Is it actually syntax that >> acts like a first class procedure? > > Yes. > > Aziz,,, >
