simple way to preserve case?
Is there an easy way to run LW in preserve-case (or lower-case) mode? I'm building a compiler-compiler, or source-to-source transformer. I want to read lower-case symbols and lists from a file, manipulate them, then write them out, preserving case. The "naive" approach results in upper-case output. I can fix this by carefully using |'ed symbols and setting the reader's case, but, maybe there is something even simpler that will cause me less work (like an option to run LW in lower-case mode)? thanx pt