From 1ff07e729a4ae7b8f554149c526b037a3113bb73 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Mon, 7 Apr 2014 18:51:59 +0000 Subject: [PATCH] Reference parser and unparser from README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8bb7cc0e..9cd3cb81 100644 --- a/README.md +++ b/README.md @@ -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 ------------