lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Making a dialect can be worthwhile, if there is a real reason to.
(like a continue patch). But for such a petty detail like the format
of the comments its really just asking for troubles without getting
anything in return.

If you absoletly have to be unflexible, just run the source through
the c-preprocessor before executing. It will remove all // and /* */
lines.

On Fri, Jan 21, 2011 at 9:21 AM, steve donovan
<steve.j.donovan@gmail.com> wrote:
> On Fri, Jan 21, 2011 at 10:12 AM, Tang Daogang <daogangtang@gmail.com> wrote:
>> as those, only the '~=' is an abrupt symbol.
>
> It does take a little while for the fingers to learn, but at least
> such a mistake only causes a compile error.
>
> As Alexander says, making a private dialect will lead to difficulties
> - you will have to convert any outside code, etc.
>
> steve d.
>
>