Skip to content

[BUG] AST [IF statement] single-statement conditional fix#206

Merged
0x19 merged 1 commit intomainfrom
ast-if-shorthand-fix
Apr 20, 2024
Merged

[BUG] AST [IF statement] single-statement conditional fix#206
0x19 merged 1 commit intomainfrom
ast-if-shorthand-fix

Conversation

@0x19
Copy link
Copy Markdown
Contributor

@0x19 0x19 commented Apr 20, 2024

We didn't properly parse single-statement conditional ifs. Now we do!

@0x19 0x19 added bug Something isn't working enhancement New feature or request ast Abstract Syntax Tree labels Apr 20, 2024
@0x19 0x19 self-assigned this Apr 20, 2024
@0x19 0x19 linked an issue Apr 20, 2024 that may be closed by this pull request
@0x19 0x19 merged commit 7e25c86 into main Apr 20, 2024
@0x19 0x19 deleted the ast-if-shorthand-fix branch April 20, 2024 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ast Abstract Syntax Tree bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Parsing does not handle single statement if Statements

1 participant