- Aug 30, 1993
-
-
ram authored
-
- Aug 19, 1993
-
-
ram authored
-
- May 17, 1993
-
-
ram authored
space in macro definitions.
-
- Jan 13, 1993
-
-
cvs2git authored
-
- Aug 12, 1992
-
-
wlott authored
if it is a SYMBOL, because we want NIL to act like the empty list, and not an attempt to bind NIL.
-
- Feb 08, 1991
-
-
ram authored
-
- Jan 13, 1991
-
-
wlott authored
only test required destructured args, and tested them to be conses. Also, use the supplied error-fun to single violations of this, not error. And wrap (the list ...) around the args to calls to length to keep Scott happy.
-
- Dec 12, 1990
-
-
wlott authored
-
- Dec 11, 1990
-
-
wlott authored
list instead of the first key several times.
-
wlott authored
implemented. Fixed keyword-supplied-p to return T when the keyword is supplied irrespective of what the corresponding value is.
-
wlott authored
instead of repetativly over the first element.
-
wlott authored
actually appear in the defmacro expansion instead of it being passed as a closure to helping functions. Also, we don't worry about trying to ever signal continuable errors, 'cause both the interpreter and the compiler are going to pick off all errors with a handler-bind. Errors are signaled as conditions so that we can have wizzy messages and still keep the amount of code in the expansion limited.
-
- Nov 21, 1990
-
-
wlott authored
(body decls docs) extension.
-
- Nov 20, 1990
-
-
wlott authored
passed down to the arg count checker and keyword checker. The arg count checker and keyword checker funcall this error function, instead of just calling error directly. This allows people to use parse-defmacro to build destructuring things that throw instead of signaling errors.
-
- Nov 18, 1990
-
-
wlott authored
-
- May 30, 1990
-
-
cvs2git authored
-
- Apr 11, 1990
-
-
wlott authored
-
- Mar 05, 1990
-
-
cvs2git authored
-
- Feb 06, 1990
-
-
ram authored
-