Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Michael Saboff's Review #55

@msaboff

Description

@msaboff

Over all, it looks good.

For the Syntax Rules production ClassReservedDouble, is the long list of reserved doubled syntax characters a somewhat paranoid reservation for possible extensions without needing to add a new flag?

A possible nit question. For 22.2.2.7 Runtime Semantics: CompileAtom, Step 6 of the production Atom :: CharacterClass,
It seems to me that the sorting of Strings by descending order of string length might undermine the intent of a developer.
Consider a CharacterClass that contains a long list of strings, the developer may have ordered equal length strings within that character class by the expected match likelihood. If the sort is not stable, the sorting by length may circumvent that intended order, possibly impacting match performance.

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