Skip to content

Fix parsing of boolean expressions #57

Description

@LeonPuchinger

The following program leads to an error during parsing:

foo = function() -> Boolean {
    a = 20
    b = 19
    return a >= b
}
[ERROR, 20:47:27]: Encountered syntax error.
|    foo = function() -> Boolean {
|        a = 20
|        b = 19
|        return a >= b
                   ~
Unable to consume token: =
|    }
|    

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions