racket/collects/macro-debugger/syntax-browser/embed.ss
Ryan Culpepper 39145f9c71 Fixed eol properties
Reorganized macro stepper gui
Added macro stepper actions to popup menu

svn: r4505
2006-10-06 04:48:14 +00:00

16 lines
396 B
Scheme

(module embed mzscheme
(require "interfaces.ss"
"widget.ss"
"keymap.ss"
"implementation.ss"
"params.ss"
"partition.ss")
(provide (all-from "interfaces.ss")
(all-from "widget.ss")
(all-from "keymap.ss")
(all-from "implementation.ss")
(all-from "params.ss")
identifier=-choices))