mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-21 14:49: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))))
|
(let-syntax ((foo (syntax-rules () ((_) 'ok))))
|
||||||
(foo)))))
|
(foo)))))
|
||||||
|
|
||||||
;(define-syntax foo (syntax-rules ()))
|
(define-syntax foo (syntax-rules () ((_) 'foo)))
|
||||||
|
|
||||||
(write
|
(write
|
||||||
(bar)
|
(bar)
|
||||||
)
|
)
|
||||||
;(foo)
|
(write
|
||||||
|
(foo)
|
||||||
|
)
|
||||||
|
|
|
@ -74,7 +74,8 @@
|
||||||
((test maybe-symbol t f) t)
|
((test maybe-symbol t f) t)
|
||||||
((test x t f) f))))
|
((test x t f) f))))
|
||||||
(test abracadabra kt kf)))))
|
(test abracadabra kt kf)))))
|
||||||
;;(write (symbol?? a))
|
(write (symbol?? a #t #f))
|
||||||
|
(write (symbol?? "a" #t #f))
|
||||||
|
|
||||||
(write
|
(write
|
||||||
(let-syntax
|
(let-syntax
|
||||||
|
|
Loading…
Add table
Reference in a new issue