yui-knk ee7f63ebba Make lastline and nextline to be rb_parser_string
This commit changes `struct parser_params` lastline and nextline
from `VALUE` (String object) to `rb_parser_string_t *` so that
dependency on Ruby Object is reduced.
`parser_string_buffer_t string_buffer` is added to `struct parser_params`
to manage `rb_parser_string_t` pointers of each line. All allocated line
strings are freed in `rb_ruby_parser_free`.
2024-01-23 08:58:16 +09:00
..
2024-01-19 10:25:02 -05:00
2023-11-30 08:19:28 +00:00
2023-11-07 06:55:45 +00:00
2023-12-25 21:12:49 +09:00
2024-01-19 10:49:12 +09:00
2023-12-28 18:03:58 +11:00
2023-12-31 11:52:19 +00:00
2023-11-07 08:50:40 +00:00