mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
fdfdedaa4f
Rename the overly long and poorly descriptive codegen_cons_list_string() function to gen_string() which is more concise and follows the existing naming convention where gen_ prefix indicates code generation functions. This function generates string bytecode from cons-list structures containing mixed string literals and expressions for interpolation, used in string interpolation, regex patterns, and heredocs. Co-authored-by: Claude <noreply@anthropic.com>