mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
WIP, testing
This commit is contained in:
parent
23e67294ec
commit
2fe78947ab
2 changed files with 6 additions and 3 deletions
|
@ -8,9 +8,11 @@
|
|||
(let-syntax ((foo (syntax-rules () ((_) 'ok))))
|
||||
(foo)))))
|
||||
|
||||
;(define-syntax foo (syntax-rules ()))
|
||||
(define-syntax foo (syntax-rules () ((_) 'foo)))
|
||||
|
||||
(write
|
||||
(bar)
|
||||
)
|
||||
;(foo)
|
||||
(write
|
||||
(foo)
|
||||
)
|
||||
|
|
|
@ -74,7 +74,8 @@
|
|||
((test maybe-symbol t f) t)
|
||||
((test x t f) f))))
|
||||
(test abracadabra kt kf)))))
|
||||
;;(write (symbol?? a))
|
||||
(write (symbol?? a #t #f))
|
||||
(write (symbol?? "a" #t #f))
|
||||
|
||||
(write
|
||||
(let-syntax
|
||||
|
|
Loading…
Add table
Reference in a new issue