On Mon, Nov 10, 2008 at 12:26 AM, Nicolas Dumazet nicdumz@gmail.com wrote:
Looks good !
Maybe the parsing could be improved so the function documentation can be included with the full code too ? Currently we do get documentation at the end of the code, but the documentation from the _next_ function =) (as an example, see the behavior for wfMsg code display)
The behaviour for wfMsg et al was a bug, which I've fixed.
Adding the documentation is an excellent idea, which I'll try to work into the parser.
Also what about adding the filepath somewhere ?
At the moment, the parser works by having the code piped through to it on stdio, which isn't conducive to file locations; but the idea has certainly been on my radar.