abo-abo / lispy

Short and sweet LISP editing
http://oremacs.com/lispy/
1.19k stars 129 forks source link

Code cleanup after #649: removed unnecessary bounds + string, and removed clojure-dot rule #650

Open RuijieYu opened 1 year ago

RuijieYu commented 1 year ago

Blocked by #649.

The first two commits are #649 itself, and the only commit of interest is 949e6d1.

The PR's goal is to remove clojure-dot rule entirely. This is because the clojure-dot rule is always covered by unsafe symbol, which can be tested by letting lispy parse (. hello world).