akeep / nanopass-framework

The new nanopass framework; an embedded DSL for writing compilers in Scheme
MIT License
321 stars 42 forks source link

Extended languages should inherit the start nonterminal by default #3

Closed eholk closed 11 years ago

eholk commented 11 years ago

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.

akeep commented 11 years ago

This should now be fixed.