robert-strandh / SICL

A fresh implementation of Common Lisp
Other
1.07k stars 79 forks source link

Insert missing DECLARE into list of declarations #97

Closed drmeister closed 6 years ago

drmeister commented 6 years ago

This comes up in LET* convertion to LET. It converts declarations into a LOCALLY special operator that is missing a DECLARE symbol.