Skip to content

Fix resolving choice labels - #29

Open
Zacqary wants to merge 1 commit into
bladecoder:mainfrom
Zacqary:label-fix
Open

Fix resolving choice labels#29
Zacqary wants to merge 1 commit into
bladecoder:mainfrom
Zacqary:label-fix

Conversation

@Zacqary

@Zacqary Zacqary commented Jul 28, 2026

Copy link
Copy Markdown

Closes #27

Bladeink-compiler will now properly parse choice labels as read counts:

== k ==
+ (first_choice) [Select this choice first]
Ok
-> k
* {first_choice} [Now this should be available]
Before this PR, this choice would not have been available
-> DONE

Since using choice labels as conditionals was previously a no-op, I don't think this qualifies as a breaking change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Choice labels not compiled as variables

1 participant