Skip to content

Fix Parsing error of If else constructs #1

@Daniel-Brai

Description

@Daniel-Brai

In the REPL mode, constructing an if expression with an else block results in parser errors
Example of if-else constructs:

 if (true) { 10 } else { 1 };

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions