core: Disable quasiquote.

* mes.c (QUASIQUOTE): Switch off.
* tests/read.test: Remove quasiquote tests.
This commit is contained in:
Jan Nieuwenhuizen 2016-12-22 15:36:29 +01:00
parent ea7c0aac86
commit 527fd253eb
2 changed files with 1 additions and 4 deletions

2
mes.c
View file

@ -29,7 +29,7 @@
#include <stdbool.h>
#define DEBUG 0
#define QUASIQUOTE 1
#define QUASIQUOTE 0
#define QUASISYNTAX 0
#define ENV_CACHE 0
#define FIXED_PRIMITIVES 1

View file

@ -9,7 +9,6 @@ exit $?
;; FIXME
(gc)
0
cons
(cons 0 1)
@ -47,8 +46,6 @@ barf
burp
|#
#;(bla) (display "must see!\n")
(display `(display ,display)) (newline)
(display `(display ,@'(string port))) (newline)
(display #(0 1 2)) (newline)
(display (list '(foo
#! boo !#