[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: How to support '//' as lua's one line comment identifier?
- From: Tang Daogang <daogangtang@...>
- Date: Fri, 21 Jan 2011 10:19:06 +0800
Hi,
anybody has done the work: support '//' ( or '#' ) as lua's one line comment identifier? Like it's original '--' .
I have looked for http://lua-users.org/wiki/LuaPowerPatches , find no patch about it.
And I have added '!=' to lua source code, to stay the same as _javascript_, python, c, c++, java, php, and many others.
Thx.