Create parser string nodes from a single prism node. The parser gem “glues” strings together when a line continuation is encountered.
foo.bar += baz ^^^^^^^^^^^^^^^
Foo += bar ^^^^^^^^^^^
foo += baz ^^^^^^^^^^^^^^^
/foo #{bar}/ ^^^^^^^^^^^^
if /foo/ then end
^^^^^