Gerhard wrote:

> Here is a problem with CMU Lisp I found, when
> trying to port a connection of LISP 
> to the C bison parser to CMU  Lisp. 

I use screamer for my parsing. It may not be the best parser generator 
around, but it works sufficiently well.

Anyway, when you do such stuff, better wrap completely yourself up in a 

SYSTEM:WITHOUT-GCING [macro] (&rest body)

-- 
regards,               [EMAIL PROTECTED]              (o_
 Thomas Fischbacher -  http://www.cip.physik.uni-muenchen.de/~tf  //\
(lambda (n) ((lambda (p q r) (p p q r)) (lambda (g x y)           V_/_
(if (= x 0) y (g g (- x 1) (* x y)))) n 1))                  (Debian GNU)

Reply via email to