Add template-binding information to syntax browser.
svn: r9626
This commit is contained in:
parent
f1d36345c2
commit
0340ae770f
|
@ -174,7 +174,8 @@ needed to really make this work:
|
||||||
(piece-of-info "Original?" (syntax-original? stx))
|
(piece-of-info "Original?" (syntax-original? stx))
|
||||||
(when (identifier? stx)
|
(when (identifier? stx)
|
||||||
(piece-of-info "Identifier-binding" (identifier-binding stx))
|
(piece-of-info "Identifier-binding" (identifier-binding stx))
|
||||||
(piece-of-info "Identifier-transformer-binding" (identifier-transformer-binding stx)))
|
(piece-of-info "Identifier-transformer-binding" (identifier-transformer-binding stx))
|
||||||
|
(piece-of-info "Identifier-template-binding" (identifier-template-binding stx)))
|
||||||
|
|
||||||
(let ([properties (syntax-property-symbol-keys stx)])
|
(let ([properties (syntax-property-symbol-keys stx)])
|
||||||
(unless (null? properties)
|
(unless (null? properties)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user