Keywords.grm

%{
  static
    {
      Lexicon.reserved("Group");
      Lexicon.reserved("External");
      Lexicon.reserved("Exists");
      Lexicon.reserved("Forall");
      Lexicon.reserved("Or");
      Lexicon.reserved("And");
    }
%}



This file was generated on Thu Feb 17 16:55:59 PST 2011 from file Keywords.grm
by the ilog.language.tools.Hilite Java tool written by Hassan Aït-Kaci