-
- Downloads
Added a :error-fun keyword to parse-defmacro. If it is supplied, it gets
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.
Loading
Please register or sign in to comment