
    SGLR - the Scannerless Generalized LR parser.
    Copyright (C) 2000  Stichting Mathematisch Centrum, Amsterdam, The Netherlands.

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA

$Id: NEWS,v 1.5 2001/05/23 11:33:42 markvdb Exp $

version 3.2.2
   Fixed bug in prefer/avoid filtering. Trees with equal avoids and prefers
   can not be disambiguated.  
   Added Set, Perm, Numbered iterator, Function, and Pair symbol.
   
version 3.2.1
   This release fixes a bug in the configuration of sglr which caused the
   build process of the sglr distribution to fail.


version 2.28
   sglr configuration/building using autoconf/automake
