chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] testeez and define-syntax


From: Kon Lovett
Subject: Re: [Chicken-users] testeez and define-syntax
Date: Wed, 25 Jan 2006 10:40:44 -0800

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
address@hidden
http://lists.nongnu.org/mailman/listinfo/chicken-users





reply via email to

[Prev in Thread] Current Thread [Next in Thread]