free_mutant/lib/mutant/matcher
Markus Schirp d647563055 Refactor expression parsing and representation
* Avoids boot time mutation of REGISTER constant
* Allows to define project specific expression parsing
* Avoids custom (slow) serialization of Expression objects speeding up
  reporter / killer IPC
* Improve specification
* Improve integration API as it now finally references an object the config
* Allow reproduction of syntax from Expression#syntax
* Allow instantiation of Expresssion objects without generating the
  syntax, much nicer for most specs & internal code, avoids generating
  a string to parse it into an expression
* Fix LSP violation in Mutant::Matcher namespace
2015-06-21 14:44:33 +00:00
..
method Refactor expression parsing and representation 2015-06-21 14:44:33 +00:00
chain.rb Reduce public interface of chain matcher 2014-07-06 14:32:36 +00:00
compiler.rb Fix style 2014-12-22 01:32:51 +00:00
config.rb Refactor runer infrastructure 2014-07-05 23:04:38 +00:00
filter.rb Refactor expression parsing and representation 2015-06-21 14:44:33 +00:00
method.rb Refactor expression parsing and representation 2015-06-21 14:44:33 +00:00
methods.rb Refactor expression parsing and representation 2015-06-21 14:44:33 +00:00
namespace.rb Fix rubocop warnings (that I wish where errors) 2015-06-14 23:56:10 +00:00
null.rb Reduce and specify behavior of matcher compiler 2014-07-06 14:31:12 +00:00
scope.rb Refactor expression parsing and representation 2015-06-21 14:44:33 +00:00