Re: Allegro's version of yacc
Kevin Layer <[email protected]> Thu, 01 Mar 2007 11:16:00 -0800
| Newsgroups | gmane.lisp.allegro |
|---|---|
| Message-ID | <[email protected]> |
[I answered the same query you sent to [email protected]... did you get that reply?] The Allegro version of yacc is not based on cl-yacc. It is a completely new implementation of written by Steve Haflich, based on work he first did in the late 1980's. An Allegro CL 8.0 patch is available that changes the name of the `yacc' package to `excl.yacc' to avoid the conflict with the CL-YACC package of the same name. There is currently no documentation for our yacc, which was released some years ago to support our new regular expression package. We hope to document it sometime in the future. -- Kevin Layer [email protected] http://www.franz.com/ Franz Inc., 555 12th St., Suite 1450, Oakland, CA 94607, USA Phone: (510) 452-2000 FAX: (510) 452-0182 Clay Morrison <[email protected]> wrote: >> Hi, >> >> I'm using Allegro 8 Express edition. I am working on a project that uses >> cl-yacc. Allegro includes a version of yacc that appears to be based on >> cl-yacc, but the interface has changed in a number of ways. I can't use cl-yacc >> with the allegro version, and my attempt to remove the allegro version of yacc >> (the yacc.fasl in <allegro-root>/code/ ) leads to a cascade of problems, causing >> regexp to fail, followed by osi, ... In general, this is not the direction I >> want to go in anyway. What I really need is documentation (or at least the >> source code!) for the allegro version of yacc. >> >> Is there ANY DOCUMENTATION on the allegro version of yacc?