v0.24.0
Added
- More support for
Prism::Translation::Ripper
is added. - Support multiple versions for
Prism::Translation::Parser
. - Improved memory usage in the FFI backend.
- Very large speed and memory improvements for creating the Ruby AST.
Changed
- Fix location for empty symbol in hash key.
- Fix parsing a rescue modifier on the value of an assignment when the LHS is a method call with arguments and no parentheses.