mirror of
https://github.com/lua/lua.git
synced 2025-01-14 05:43:00 +08:00
84e32ad2eb
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').