Reference parser and unparser from README

This commit is contained in:
Markus Schirp 2014-04-07 18:51:59 +00:00
parent d67e52bafc
commit 1ff07e729a

View file

@ -17,6 +17,9 @@ Mutant supports MRI and RBX 1.9 and 2.0, while support for jruby is planned.
It should also work under any ruby engine that supports POSIX-fork(2) semantics.
Support for MRI 2.1 is unstable, because this MRI release segfaults on basic metaprogramming mutants dependencies do.
Mutant uses a pure ruby [parser](https://github.com/whitequark/parser) and an [unparser](https://github.com/mbj/unparser)
to do its magic.
Integrations
------------