Skip to content

make support for raw and multiline strings optional in KQLΒ #535

@lolbinarycat

Description

@lolbinarycat

I am writing a KQL implementation in rust, and I am using parser combinators to ensure things match the spec as closely as possible.

The "non-greedy repetition" that is described in the grammar doesn't even seem to be a fully coherent operation within a recursive decent parser without backtracking.

The utility of these syntactic constructs within kql seems questionable at best, and it would greatly simplify implementation.

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