Class: Rattler::Compiler::Optimizer::SimplifyRedundantRepeat

Inherits:
Optimization
  • Object
show all
Includes:
Parsers
Defined in:
lib/rattler/compiler/optimizer/simplify_redundant_repeat.rb

Overview

A repeat of a repeat can be simplified to a simple repeat.

Method Summary

Methods inherited from Optimization

#>>, >>, #applies_to?, applies_to?, apply, #apply, #initialize, instance

Constructor Details

This class inherits a constructor from Rattler::Compiler::Optimizer::Optimization