racket/collects/macro-debugger/syntax-browser/info.ss
Matthew Flatt 39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00

6 lines
241 B
Scheme

(module info setup/infotab
(define name "Macro Debugger - Syntax Browser")
(define blurb '("The syntax-browser displays lexical context and hygiene information "
"on syntax objects using colors and highlighting."))
)