Open soegaard opened 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.
In the following program I expect DrRacket to color the t red.
Also note that the error is worded in terms of extended-quasiquote and not define-language.