Skip to content

Unary operator precedence ignored by ASTNode parser. #249

@danv61

Description

@danv61

Given this expression (konm * (h ^ - 1.0) / koffm), parsing it with the ASTNode parser will result in an error for the unary operator.
The following equivalent expression will parse correctly: (konm * (h ^ (0.0 - 1.0)) / koffm)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions