Re: Implementing help function (like in Python)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Implementing help function (like in Python)
- From: Matias Guijarro <matias.guijarro@...>
- Date: 2007年9月15日 00:37:03 +0200
Quoting Daniel Silverstone <dsilvers@digital-scurf.org>:
> On Fri, 2007年09月14日 at 22:22 +0100, Daniel Silverstone wrote:
> > I added docstrings to the Lua interpreter embedded in Aranha and set
> > about writing parsers and help formatters.
>
> It struck me that I ought to include some basic notes on it...
>
[...]
Thank you very much ; I am going to have a look to
your code.
Why are you using -=- ? It doesn't look like valid Lua, are you using
a custom parser for Lua code ?
Is there a problem using --[[ --]] ?
Cheers,
Matias.