File size: 1,871 Bytes
43203b4
 
 
 
 
 
1
2
3
4
5
6
7
{"macro_name":"ENABLE-PUNCH-SYNTAX","library":"cl-punch","call_form":"(enable-punch-syntax)","expanded":"(eval-when (:compile-toplevel :load-toplevel :execute)\n  (cl-syntax:use-syntax punch-syntax))","status":"verified"}
{"macro_name":"ENABLE-PUNCH-SYNTAX","library":"cl-punch","call_form":"(enable-punch-syntax nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENABLE-PUNCH-SYNTAX:\n  too many elements in\n    (NIL)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 1"}
{"macro_name":"ENABLE-PUNCH-SYNTAX","library":"cl-punch","call_form":"(enable-punch-syntax nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENABLE-PUNCH-SYNTAX:\n  too many elements in\n    (NIL NIL)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 2"}
{"macro_name":"ENABLE-PUNCH-SYNTAX","library":"cl-punch","call_form":"(enable-punch-syntax nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENABLE-PUNCH-SYNTAX:\n  too many elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 2"}
{"macro_name":"ENABLE-PUNCH-SYNTAX","library":"cl-punch","call_form":"(enable-punch-syntax nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENABLE-PUNCH-SYNTAX:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 3"}
{"macro_name":"ENABLE-PUNCH-SYNTAX","library":"cl-punch","call_form":"(enable-punch-syntax 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENABLE-PUNCH-SYNTAX:\n  too many elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 1"}