;; work around sandbox.ss bug (module lexparse mzscheme (require (lib "yacc.ss" "parser-tools") (lib "lex.ss" "parser-tools") (prefix : (lib "lex-sre.ss" "parser-tools"))) (provide (all-from (lib "yacc.ss" "parser-tools")) (all-from (lib "lex.ss" "parser-tools")) (all-from (lib "lex-sre.ss" "parser-tools")) ;; The (all-from module-name) form exports all of the identifiers ;; imported from the named module, using their _local names_. ))