akeep / nanopass-framework

The new nanopass framework; an embedded DSL for writing compilers in Scheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

define-pass should work with a language with no nonterminals.

akeep opened this issue · comments

For testing purposes it is useful to be able to define a language as:

(define-language L)

and a pass as:

(define-pass test-pass : L (x) -> L ())

Right now this produces:

Exception in define-pass: unrecognized non-terminal #f

Issue moved to new repository: nanopass/nanopass-framework-scheme