Getting the distribution

The distribution can be obtained here.

Installing the parser generator

To configure the parser generater under Unix or cygwin, simply type

   % make *scheme-system*
where *scheme-system* is one of

The exact list of supported Scheme systems may differ from this list. Typing make without any argument will list all supported systems.

The configuration will generate a file lalr.scm containing the code for the parser generator.

Redistribution

lalr.scm 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, or (at your option) any later version.

lalr.scm 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 lalr.scm; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.