Extended languages should inherit the start nonterminal by default
eholk opened this issue · comments
Eric Holk commented
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.
Andy Keep commented
This should now be fixed.