[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Bitwsie operators in Lua
- From: "Paul Hudson" <phudson@...>
- Date: Mon, 19 Jun 2006 14:19:52 +0100
We've been here before (and before my time on this list):
http://lua-users.org/lists/lua-l/2002-09/msg00078.html
(and lots of other replies to the original poster then)
-----Original Message-----
From: lua-bounces@bazar2.conectiva.com.br
[mailto:lua-bounces@bazar2.conectiva.com.br] On Behalf Of David Jones
Sent: 19 June 2006 14:09
To: Lua list
Subject: Re: Bitwsie operators in Lua
Or were you thinking of an approach where you change only the compiler
and not the VM? You can't reasonably do that, the implementation of
"bitwise-and" is too tedious. However with just "bitwise-and" or
"bitwise-or" you can do all the others.
drj