<div dir="ltr"><div>Hey all,<br><br>I'm trying to write a macro with syntax-case that looks something like this:</div><div><br></div><div> (syntax-case stx (in def)</div><div> [(_ name</div><div> (def a ...) ...</div>
<div> (in clause do ...) ...)</div><div> stuff])<br><br>But, this gives me the error "syntax-case: misplaced ellipsis in pattern (follows other ellipsis)" on the last ellipsis. Does anyone know a way around this?<br>
<br>--spencer</div></div>