nanopass-framework-racket
nanopass-framework-racket copied to clipboard
Racket port of the nanopass-framework
When `nanopass-case` is called with a value V that no clauses match and there is no default else-clause the error message doesn't show the value V. The entire form is...
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...
The following error typically occurs when an attempt to construct a nonterminal fails due to the wrong type of a field value: ``` box-mutables: expected Expr but received (let-values #...