atto-lisp
atto-lisp copied to clipboard
Any lisp expression can be quoted
Lisp syntax allows you to quote not just lists. This is valid lisp:
'my-symbol
however the parser currently only supports lists.
Hm, thanks. Could you please add a few test cases?