;;;; superfluous-parentheses.asd ;;;; system definition file (defsystem "superfluous-parentheses" :description "Syntactic sugar to allow [] and {} in place of normal parentheses." :version "1.0" :author "keith" :homepage "https://bytes.keithhacks.cyou/keith/superfluous-parentheses" :license "Public Domain/CC0" :components ((:file "superfluous-parentheses")))