lua-users home
lua-l archive

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



Rob Kendrick wrote:
* No hex constants.
  Not an issue.  You can use hex values in your source, although not
  constant.  Performance isn't the main aim of Lua, so it's no problem.
  I'm sure you could tweak the parser to accept them anyway.

Here a simple patch:
http://lua-users.org/files/wiki_insecure/users/pshook/lua-5.0-hex.patch

- Peter