akeep / nanopass-framework-racket

Racket port of the nanopass-framework
MIT License
34 stars 9 forks source link

Wrong error location #34

Open soegaard opened 9 years ago

soegaard commented 9 years ago

In the following program I expect DrRacket to color the t red.

(define-language L
  (entry e)
  (terminals (symbol (s)))
  (Expr (e)
    (s ...) => (t ...)))

Also note that the error is worded in terms of extended-quasiquote and not define-language.