Skip to content

Unimplemented Inline function declaration #11

Description

@MarcoBackman
  • Function declaration is not supported
    ex)
    int i;
    bool increment(int i) { return i + 1 }
    is not accepted and ignored -> node that contains function call on such conditional statement for example if increment(2) == 3: will not work but does not get ignored which leads to erroneous output

  • Variable reassignment would not work within the declaration section.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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