lua-users home
lua-l archive

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


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