mishoo / elisp-reader.el

Customizable reader for Emacs Lisp
72 stars 7 forks source link

Move the regexp reader and `local` to their own modules #3

Open sellout opened 1 year ago

sellout commented 1 year ago

local, as a bare name should certainly be in its own module. The regex reader not necessarily, so long as it isn’t added to the sharpsign reader by default (see #2), but I personally like the idea of elisp-reader.el having simply the extensible standard reader, and then extensions separate.