mirror of
https://github.com/lua/lua.git
synced 2026-06-13 18:59:14 +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').
11 KiB
11 KiB