Add support for macros
Fuco1 opened this issue · 0 comments
Fuco1 commented
- Add defmacro declarations to the cache so we know the number of arguments and some types.
- Parse the macro edebug declaration to learn which forms to analyse.
- Add types for "template" (i.e. raw code?) Template haskell has special types for this, but maybe elisp doesn't need it.