You will have to add reader-procedures (via set-read-synrax! or set-dispatch-read-syntax!) for the missing macros yourself and skip the contents.
cheers, felix On 11/17/05, Pupeno <[EMAIL PROTECTED]> wrote: > Hello, > I am making a little program that opens files containing Scheme source code. I > READ it and do some work with it. I am encountered a problem. READ throws > errors when it encounter the reader macros (those starting with #>). I am not > interested in them, I'd just like to ignore them and not get any error (and > continue reading the file). How can I do that ? > Thank you. > -- > Pupeno <[EMAIL PROTECTED]> (http://pupeno.com) > > > _______________________________________________ > Chicken-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/chicken-users > > > > _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
