A lot of "DrScheme" -> "DrRacket"s.

original commit: de0cc7771b3f4be098cfa30e552f0acad3436a0e
tokens
Eli Barzilay 15 years ago

@ -1,5 +1,5 @@
#lang setup/infotab #lang setup/infotab
(define compile-omit-paths '("private-lex/error-tests.ss")) (define compile-omit-paths '("private-lex/error-tests.rkt"))
(define scribblings '(("parser-tools.scrbl" (multi-page) (parsing-library)))) (define scribblings '(("parser-tools.scrbl" (multi-page) (parsing-library))))

@ -276,7 +276,7 @@ error.}
A parameter that the lexer uses as the source location if it A parameter that the lexer uses as the source location if it
raises a @scheme[exn:fail:rad] error. Setting this parameter allows raises a @scheme[exn:fail:rad] error. Setting this parameter allows
DrScheme, for example, to open the file containing the error.} DrRacket, for example, to open the file containing the error.}
@; ---------------------------------------- @; ----------------------------------------

@ -1,7 +1,7 @@
#lang scheme/base #lang scheme/base
(require (for-syntax scheme/base) (require (for-syntax scheme/base)
"../lex.ss" "../lex.ss"
schemeunit) racunit)
(define-syntax (catch-syn-error stx) (define-syntax (catch-syn-error stx)
(syntax-case stx () (syntax-case stx ()
Loading…
Cancel
Save