[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re[2]: wish list
- From: Alexey Malyshev <malma@...>
- Date: Fri, 5 Oct 2007 16:14:14 +0400
DC>> http://lua-users.org/wiki/BitwiseOperators
eg> that is, but the question is why standard Lua does not contain
eg> bitwise operations? is there any reason?
You can apply patch
http://lua-users.org/files/wiki_insecure/power_patches/5.1/newluaoperators.patch to add bitwise
operators to lua core. See http://lua-users.org/wiki/LuaPowerPatches
for details.