atto-lisp icon indicating copy to clipboard operation
atto-lisp copied to clipboard

Any lisp expression can be quoted

Open kuribas opened this issue 5 years ago • 1 comments

Lisp syntax allows you to quote not just lists. This is valid lisp:

'my-symbol

however the parser currently only supports lists.

kuribas avatar Jan 10 '20 12:01 kuribas

Hm, thanks. Could you please add a few test cases?

nominolo avatar Feb 16 '20 17:02 nominolo