lua-users home
lua-l archive

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


Hello,

In the never ending quest to please my customers,
I have had to add support to LUA for one line comments
that start with '#' (a la Perl, csh, etc ...)

To this end, I patched llex.c, function luaX_lex
(patch against 5.0.2 is attached below).

Since the patch was hastily made, and since I am
not a lua code base expert, I was wondering if anyone
could tell me what kind of impact, if any, that change
may have on the rest of the language.

Thanks,

    - Emmanuel