class Rouge::Lexers::IecST

def self.operators

def self.operators
  @operators ||= Set.new %w(AND EQ EXPT GE GT LE LT MOD NE NOT OR XOR)
end