Open kuribas opened 4 years ago
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?
Lisp syntax allows you to quote not just lists. This is valid lisp:
'my-symbol
however the parser currently only supports lists.