mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
84e32ad2ebd6bd160c1320456743a5b1d8f233e9
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').
Description
Automated archival mirror of github.com/lua/lua
Languages
C
66.4%
Lua
33%
Makefile
0.6%