- Improve sourcifier to support all Ruby syntax, based on Prism test fixtures
- Update Prism
- Add support for injecting (prefixed) parameters to a lambda node
- Fix whitespace adjustment in DSL compiler
- Improve DSL compiler to support embedded string expressions
- Correctly handle eval'd proc
- Update README
- Remove support for Ruby < 3.2
- Implement general purpose Finder for finding nodes
- Implement DSL compiler (for tests)
- Implement Sirop.to_source
- Find node for a given
Proc
object