Shopify wrote a new hand-written recursive descent parser. This looks like it will be a great improvement to the Ruby ecosystem!
You must log in or register to comment.
Really excited about YARP. it does some clever things for error recovery that I think should improve Ruby parsing in a bunch of ways.
The sources they list for error recovery are worth a read: https://github.com/ruby/yarp/blob/main/docs/design.md#error-tolerance