diff options
| author | yui-knk <spiketeika@gmail.com> | 2024-02-03 00:50:02 +0900 |
|---|---|---|
| committer | Yuichiro Kaneko <spiketeika@gmail.com> | 2024-02-09 14:20:17 +0900 |
| commit | 33c1e082d0807db403a2d93cbf0a094c91179d74 (patch) | |
| tree | 84213018f402daec6fc167f206c4c3eb4551b699 /test/ruby | |
| parent | f7a407cabda6eb787fb95fc6e3c1b2215b1aec19 (diff) | |
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.
Diffstat (limited to 'test/ruby')
0 files changed, 0 insertions, 0 deletions
