mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
8082906c059f2b1473de4363ca57fe19b52f281f
Constants directly assigned to other constants were not propagating: For instance, in local <const> k1 = 10 local <const> k2 = k1 'k2' were not treated as a compile-time constant.
Description
Automated archival mirror of github.com/lua/lua
Languages
C
66.4%
Lua
33%
Makefile
0.6%