[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: LUA and #-style comments
- From: mgix@...
- Date: Thu, 10 Mar 2005 11:02:26 -0800 (PST)
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