Closed soegaard closed 9 years ago
The following program gives an internal error. A better error message would be: "Lsrc is not defined as a language" Also the source location for the error should be Lsrc.
(define-language L1 (extends Lsrc) (Expr (e) (- (if e0 e1))))
The current error:
nanopass-framework-racket/private/language.rkt:242:31: syntax-local-value: not defined as syntax identifier: #
The following program gives an internal error. A better error message would be: "Lsrc is not defined as a language" Also the source location for the error should be Lsrc.
lang nanopass
(define-language L1 (extends Lsrc) (Expr (e) (- (if e0 e1))))
The current error:
nanopass-framework-racket/private/language.rkt:242:31: syntax-local-value: not defined as syntax identifier: #