OK. I had a partial success. reader.rkt needs to start with something like:

#lang s-exp syntax/module-reader
"language.rkt"
#:read my-read
#:read-syntax my-read-syntax
...

except that I can't run my BF program (hello2.rkt) from an arbitrary 
directory, because it doesn't know where to locate language.rkt.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to