mirror of
https://github.com/lua/lua.git
synced 2026-06-08 08:03:49 +00:00
Added opcodes for all seven arithmetic operators with K operands (that is, operands that are numbers in the array of constants of the function). They cover the cases of constant float operands (e.g., 'x + .0.0', 'x^0.5') and large integer operands (e.g., 'x % 10000').
12 KiB
12 KiB