Skip to content

Parser doesn't parse function with comment on same line #485

@MarcelGarus

Description

@MarcelGarus

Currently, the parser doesn't parse this code:

is value := # ✨.print "is result?"
  value %
    Ok _ | Error _ -> True
    _ -> False

It complains that value is not defined, so it seems like it stops parsing the function after the first line.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions