tromey / el-compilador

An SSA-based compiler for Emacs Lisp
206 stars 10 forks source link

solve compile-time issues #14

Open tromey opened 7 years ago

tromey commented 7 years ago

Currently el-compile knows to handle eval-when-compile but it also needs some special treatment for defvar (mark as special), defmacro, and defsubst. Maybe special treatment for defconst would also be valuable.