class Rouge::Lexers::IgorPro

def self.igorConstants

def self.igorConstants
  @igorConstants ||= Set.new %w(
    nan inf
  )
end