

| |||||||
|
You are here: Root > By Topic > Text Processing > Parser Generators
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.
| Web site | http://www-cgi.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/parsing/lalr/0.html |
| Mailing list | |
| Version | - |
| Maturity | Stable |
| OS compatibility | All |
| ASDF installable | No |
| Official Download | http://www-cgi.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/parsing/lalr/lalr.cl |
| Mirrored Download | |
| Source code repository |
You must be logged to add a note
You must be logged to add a comment