racket/collects/macro-debugger/syntax-browser/info.ss
Ryan Culpepper d91e2b4502 Added the macro stepper
svn: r3987
2006-08-08 20:32:58 +00:00

6 lines
254 B
Scheme

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