emacs-elsa / Elsa

Emacs Lisp Static Analyzer and gradual type system.
GNU General Public License v3.0
640 stars 26 forks source link

Add rudimentary support for parsing basic defcustom types #206

Open Fuco1 opened 1 year ago

Fuco1 commented 1 year ago

While analysing defcustom we can read the :type property and convert the "custom" type to "elsa type" and attach it to the created special variable.