ruby/internal
yui-knk 33c1e082d0 Remove ruby object from string nodes
String nodes holds ruby string object on `VALUE nd_lit`.
This commit changes it to `struct rb_parser_string *string`
to reduce dependency on ruby object.
Sometimes these strings are concatenated with other string
therefore string concatenate functions are needed.
2024-02-09 14:20:17 +09:00
..
2024-02-01 16:42:09 +09:00
2024-01-24 20:51:50 +09:00
2024-01-11 10:09:53 -05:00
2024-01-30 14:48:59 +09:00
2024-02-05 11:11:07 -05:00
2024-01-05 05:51:25 +09:00