[gambit-list] Line numbers in custom reader

Hendrik Boom hendrik at topoi.pooq.com
Sat Jul 27 17:26:33 EDT 2013


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




More information about the Gambit-list mailing list