# File rparsec/operators.rb, line 51
  def lexer(op=nil)
    return @lexer if op.nil?
    @lexers[op.to_sym]
  end