This commit is contained in:
be5invis 2023-05-24 23:34:09 -07:00
parent 539c828605
commit 942deb3bbe
7 changed files with 395 additions and 430 deletions

View file

@ -295,7 +295,7 @@ class VbStageAlternative {
for (const [selector, suffix] of Object.entries(this.selectorAffix))
ans.addSelectorAffix(this.mode, selector, suffix);
if (!this.next) {
if (!this.next || this.next === "END") {
ans.rank = ++globalState.rank;
globalState.sink.push(ans);
return null;