lua-users home
lua-l archive

Re: [5.4] The string metatable and arbitrary-precision arithmetic

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


> If backward compatibility of coercion arithmetic is not desired, these
> metamethods could be replaed to give arbitrary-precision arithmetic.
Very nice! You've reminded me that lbc does not handle __idiv. I'll
fix that soon.
However, you probably want
 for k,v in pairs(meta) do
instead of
 for k,v in pairs(bc) do
Otherwise, you'll put a lot of garbage in the string metatable.

AltStyle によって変換されたページ (->オリジナル) /