cl-ds / data /generated /Concrete-Syntax-Tree_generated.jsonl
j14i's picture
3939 examples across 100+ libraries
3076276 verified
{"macro_name":"QUASIQUOTE","library":"Concrete-Syntax-Tree","call_form":"(quasiquote)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO QUASIQUOTE:\n too few elements in\n ()\n to satisfy lambda list\n (SOURCEF ARGUMENT):\n exactly 2 expected, but got 0"}
{"macro_name":"QUASIQUOTE","library":"Concrete-Syntax-Tree","call_form":"(quasiquote nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO QUASIQUOTE:\n too few elements in\n (NIL)\n to satisfy lambda list\n (SOURCEF ARGUMENT):\n exactly 2 expected, but got 1"}
{"macro_name":"QUASIQUOTE","library":"Concrete-Syntax-Tree","call_form":"(quasiquote nil nil)","expanded":"(let ((#:source122 nil))\n (%quote #:source122 'nil))","status":"verified"}
{"macro_name":"QUASIQUOTE","library":"Concrete-Syntax-Tree","call_form":"(quasiquote nil (progn))","expanded":"(let ((#:source123 nil))\n (%append #:source123 (common-lisp:list (%quote #:source123 'progn))\n (%quote #:source123 'nil)))","status":"verified"}
{"macro_name":"QUASIQUOTE","library":"Concrete-Syntax-Tree","call_form":"(quasiquote nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO QUASIQUOTE:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n (SOURCEF ARGUMENT):\n exactly 2 expected, but got 3"}
{"macro_name":"QUASIQUOTE","library":"Concrete-Syntax-Tree","call_form":"(quasiquote 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO QUASIQUOTE:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (SOURCEF ARGUMENT):\n exactly 2 expected, but got 1"}