Re: [scite] binary operations within a Lua script

2005-07-07 Thread Kein-Hong Man
Hi all, Neil Hodgson wrote: April White: I've been playing with an idea and not having bit-wise operators is a huge stumbling block. If you want bitwise operators for lightweight work such as checking a set of flags then division, addition, and math.mod can be used. If you are trying to

Re: [scite] binary operations within a Lua script

2005-07-06 Thread Neil Hodgson
April White: > I've been playing with an idea and not having bit-wise operators is a > huge stumbling block. If you want bitwise operators for lightweight work such as checking a set of flags then division, addition, and math.mod can be used. If you are trying to create complex binary files,

[scite] binary operations within a Lua script

2005-07-06 Thread April White
Hello everyone, There was a discussion around 2004-09-20 11:56 PM between Bruce Dodson and Kein-Hong Man about bit-wise operators within Lua. Where these operators ever added into the SciTE Lua codebase? There is a hot-patch on the Lua wiki site that alters the Lua engine to incorporate bit