akeep / nanopass-framework-racket

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

Improve error message: "Bad syntax" is imprecise #18

Closed soegaard closed 9 years ago

soegaard commented 9 years ago

lang nanopass

(define-language Lsrc (entry Expr) (terminals)

(Expr (e) 1))

akeep commented 9 years ago

this error was fixed along with fixes for #13.