Re: [racket] rendering lists of strings as at-expressions in scribbled documentation

2010-08-03 Thread Eli Barzilay
On Aug 2, Tim Brown wrote: > [...] > Is there any way ask scribble to re-present the list of strings as an > @-form? > > If not I could do with help in implementing such. There's no way to do that now. The at-exp reader leaves syntax properties on what it reads which can be used to reconstruct

[racket] rendering lists of strings as at-expressions in scribbled documentation

2010-08-02 Thread Tim Brown
[Sorry... I'm well practiced at forgetting to attach the meaningful bits... Take two!] Hello all, I'm using racket and scribble-lp to automatically generate C-code. I get nice LP documentation of my racket-level scripts, but (by the nature of what I'm doing) I have code like:

[racket] rendering lists of strings as at-expressions in scribbled documentation

2010-08-02 Thread Tim Brown
Hello all, I'm using racket and scribble-lp to automatically generate C-code. I get nice LP documentation of my racket-level scripts, but (by the nature of what I'm doing) I have code like: --- ... --