So I'm writing a custom parser so that I can read in code written in
another language and translate it into Gambit (of course, not to textual
S-expression, but consing together a data structure to feed to the Gambit
interpreter or compiler).
How to I attach line numbers to the consed code so that the interpreter
will be able to write line numbers from the original source code in error
messages?
-- hendrik