Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

At some point, single line if statements may have been broken. #4

Open
Bravotic opened this issue Feb 23, 2022 · 0 comments
Open

At some point, single line if statements may have been broken. #4

Bravotic opened this issue Feb 23, 2022 · 0 comments
Assignees
Labels
bug Something isn't working unconfirmed Might actually be an issue, might not be, who knows?

Comments

@Bravotic
Copy link
Member

As the title says, while working on the self hosting compiler, single line if/else statements appear to be broken. This may be worth looking into.

Example of a single line if/else statement

if(x == 1)
    puts("Its 1\n");
else
    puts("Its not\n");
@Bravotic Bravotic added bug Something isn't working unconfirmed Might actually be an issue, might not be, who knows? labels Feb 23, 2022
@Bravotic Bravotic self-assigned this Feb 23, 2022
@Bravotic Bravotic added this to the Blæst Version 0.3 milestone Mar 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working unconfirmed Might actually be an issue, might not be, who knows?
Projects
None yet
Development

No branches or pull requests

1 participant