mirror of
https://github.com/lua/lua
synced 2025-04-03 03:22:52 +03:00

String literal expressions have their own kind VKSTR, instead of the generic VK. This allows strings to "cross" functions without entering their constant tables (e.g., if they are used only by some nested function).
Description
No description provided
Languages
C
67.3%
Lua
32.1%
Makefile
0.6%