3. A portable and efficient LALR(1) parser generator for Scheme -- Installation

3.1 Getting the distribution

The distribution for lalr-scm v2.1.2 can be obtained here.


3.2 Installing the parser generator

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

   % make *scheme-system*

where *scheme-system* is one of

  • gambit
  • plt-scheme v103 and v205
  • sisc
  • chicken
  • bigloo
  • kawa
  • guile
  • STklos

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.

Finally, note that lalr-scm is distributed with some Scheme systems, like Chicken and STklos. A modified (and somewhat outdated) version of lalr-scm is already included in Bigloo



This Html page has been produced by Skribe.
Last update Sun Dec 3 20:16:43 2006.