whitequark / parser

A Ruby parser.
Other
1.57k stars 197 forks source link

* ruby33.y: extract string_dend #969

Closed iliabylich closed 8 months ago

iliabylich commented 8 months ago

Closes https://github.com/whitequark/parser/issues/931.

Error recovery is a nice-to-have feature that doesn't have to match MRI 1-to-1, if you want to improve it without sacrificing readability/similarity with parse.y feel free to send a PR.

This PR is only about replicating derivations.