[plt-scheme] Dealing with new DrScheme file format

From: R. Emre Başar (reb at cs.bilgi.edu.tr)
Date: Sun Jul 15 16:28:40 EDT 2007

Hi,

I'm trying to write an automated syntax checker for student project
submissions (in python). Currently I'm using pyscheme parser for scheme
and I use wxme-to-text script to convert the WXME formatted files to
plain text, and feed it to the parser. It works for versions up to 360
but since version 370 changed the file format, I am  unable to check
the files with 370 format.

Is there a simple way to convert the new scheme file format to ordinary
plain text (in an automated fashion, of course)? Or is it possible to
use DrScheme's syntax checker to check these?

Thanks.

-- 
R. Emre Başar
İstanbul Bilgi University
Department of Computer Science
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.racket-lang.org/users/archive/attachments/20070715/4f086449/attachment.sig>

Posted on the users mailing list.