class Rouge::Lexers::IDLang

def self.operators

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