Skip to content
Snippets Groups Projects
Commit 954a62fc authored by wlott's avatar wlott
Browse files

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.
parent 5b7834f2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment