You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@racket[(with-output-language Language (in-context Nonterminal) form0 ... form)]
I think the above definition must be incorrect because in-context seems to always have 2 arguments.
Do you mean:
In essence, the second form is simply an abbreviation of:
(with-output-language Language (in-context Nonterminal form0) ... (in-context Nonterminal form))
?
The text was updated successfully, but these errors were encountered:
nanopass-framework-racket/scribblings/nanopass.scrbl
Line 717 in deac3a4
I think the above definition must be incorrect because
in-context
seems to always have 2 arguments.Do you mean:
?
The text was updated successfully, but these errors were encountered: