Skip to content

Interpreter: lower &&, || as short-circuiting #69

Description

@Alonely0

Title. This has to be done at lowering level; i.e., no special VM support (so we'd also remove And & Or instructions in the same patch). Should not be hard to do by computing lhs, then branching accordingly. The end result should be an integer truth value (0 or 1), as gawk only produces boolean values on mkbool().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Fields

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions