Skip to content

add non-greedy parsers #19

@coord-e

Description

@coord-e

parseExpr is currently a greedy parser, that consumes the input until the end. Non-greedy parser, that only consumes the input until Expr is fully parsed, would be useful especially when we want to parse match clauses such as pat -> body outside of this package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions