[racket] in-line documentation program? Like Javadoc or Doxygen

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Sun Apr 10 16:28:20 EDT 2011

On Sun, Apr 10, 2011 at 1:02 PM, Markku Rontu <markku.rontu at iki.fi> wrote:
> Open API would be great for more than one tool. I mean opening up the
> existing stuff there is, for example the module browser and the check
> syntax. What kind of API would there be if I wanted to use it so that I
> don't have to develop my own parsers etc.? Maybe I just have to take a
> look at the source first. I'll post something on dev.
>

Generally the api boils down to expanding or compiling the code and
looking at the result to do whatever it is you want. Both check syntax
and the module browser work this way.

Robby


Posted on the users mailing list.