@tom my understanding of the Ruby parser story is that there's debate around whether to commit to handbuilt / recursive descent parser (Prism) or generated /LALR (Bison, Lrama).
Ruby 3.3 will have a runtime flag (no special compilation required) to enable Prism and get more real-world performance and lifecycle/ecosystem experience.