CMU Artificial Intelligence Repository
 
   
   
   
   
  
LALR: A LALR(1) parser-generator for Lisp.
lang/lisp/code/parsing/lalr/
LALR is a parser generator for Common Lisp (a Lisp version of YACC).
Given a CFG grammar, a list of lexical or terminal categories, and
an atomic end marker, produces Lisp code for a LALR(1) parser for
the grammar. The Lisp code defines a function LALR-PARSER that may
be used to parse input.
Includes a sample grammar.
See Also: 
   areas/nlp/parsing/
Ports:        Portable.
CD-ROM:       Prime Time Freeware for AI, Issue 1-1
Author(s):    Mark Johnson 
              Cognitive and Linguistic Sciences
              Brown University, Box 1978
              Providence, RI 02912
              Tel: 401-863-1670
              Fax: 401-863-2255
Keywords:
   Authors!Johnson, Brown University, Interface Tools, 
   LALR Parser Generator, Lisp!Parsing, Parsing
References:   ?
Last Web update on Mon Feb 13 10:30:30 1995 
AI.Repository@cs.cmu.edu