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

Extended languages should inherit the start nonterminal by default

eholk opened this issue · comments

I very rarely change the start symbol for a language, and instead change some of the non-terminals that occur more towards the leaves. This means I have to explicitly give the start symbol for extended languages, but it would be nice if it would just use the start symbol from before unless I specifically change it.

This should now be fixed.