A lot of "DrScheme" -> "DrRacket"s.
original commit: de0cc7771b3f4be098cfa30e552f0acad3436a0etokens
commit
1f8a9aa389
@ -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))))
|
@ -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…
Reference in New Issue