nanopass-framework-racket icon indicating copy to clipboard operation
nanopass-framework-racket copied to clipboard

Racket port of the nanopass-framework

Results 13 nanopass-framework-racket issues
Sort by recently updated
recently updated
newest added

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 #...