emacs-elsa / Elsa

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

updates `elsa--read-cons` to correctly handle symbols starting with dot #174

Closed Gopiandcode closed 3 years ago

Gopiandcode commented 3 years ago

Fixes #172 by updating elsa--read-cons so that dots are only considered as dotted forms if not proceeded by an alphanumeric character.

Fuco1 commented 3 years ago

Oh, this was stupid :D Thanks for catching it!