commit | b6c858cfe401188c1728fec2257bc11ce8c3ac5a | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Wed Jun 30 21:12:43 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Wed Jun 30 21:12:43 2021 -0700 |
tree | 2d8f9574173836e679cc62c55e2ad618d8a9f5b9 | |
parent | 45df3307ba0ee64a43759c316dc5f944bfccf2ca [diff] [blame] |
Add ', `, ,, reader macros
diff --git a/src/lisp/test.lisp b/src/lisp/test.lisp index 9cfb8b7..3c8f9ea 100644 --- a/src/lisp/test.lisp +++ b/src/lisp/test.lisp
@@ -17,3 +17,5 @@ (let1 (unused-but-bound (cons 5 6)) (let1 (val (cons 1 (cons 2 (cons 3 nil)))) (calls-gc val)))) + +'(hello) \ No newline at end of file