
Unparser allows you to generate equivalent source for parser gem AST nodes.
The following constraints apply:
* No support for macruby extensions * Only support for the modern AST format * Only support for Ruby >= 2.5
It serves well for mutant mutators and the in-memory vendoring for self hosting, and other tooling.