Clozure / ccl

Clozure Common Lisp
http://ccl.clozure.com
Apache License 2.0
855 stars 103 forks source link

Report erroneous commas in #A, #C or #S literals. #392

Closed Devon7 closed 2 years ago

Devon7 commented 3 years ago

before  ? `#C(0 ,1) > Error: The value (#:|`,| . 1) is not of the expected type REAL.
after   ? `#C(0 ,1) > Error: … Comma inside complex literal
;;; Best viewed as https://github.com/Clozure/ccl/pull/392/files?w=1