Use

(require-extension syntax-case testeez)

Best Wishes,
Kon

On Jan 25, 2006, at 6:57 AM, Joel Reymont wrote:

I must be doing something clearly stupid but I cannot compile or load the following:

(require-extension testeez)

(define-syntax %foo:testeez
       (syntax-rules ()
         ((_ X ...)
          ;; Note: Comment-out exactly one of the following two lines.
          ;; (error "Tests disabled.")
          (testeez X ...)
          )))

I get either

Syntax error: define-syntax
"highlevel macros are not supported"

or

Error: (define-syntax) during expansion of (define-syntax ...) - highlevel macros are not supported

What am I doing wrong?

        Thanks, Joel

--
http://wagerlabs.com/







_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users



_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to