class Rouge::Lexers::OCaml

def self.word_operators

def self.word_operators
  @word_operators ||= Set.new %w(and asr land lor lsl lxor mod or)
end