Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regex Literal Pitch v2 #187

Merged
merged 36 commits into from
Apr 13, 2022
Merged

Commits on Mar 18, 2022

  1. Add DelimiterSyntax.md

    hamishknight committed Mar 18, 2022
    1 Configuration menu
    Copy the full SHA
    381a3c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Configuration menu
    Copy the full SHA
    c79f457 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    731292e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1049276 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7d556c View commit details
    Browse the repository at this point in the history
  4. Elaborate on comma case

    hamishknight committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    7074cfb View commit details
    Browse the repository at this point in the history
  5. grammar

    hamishknight committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    945219e View commit details
    Browse the repository at this point in the history
  6. Add comma disambiguation

    hamishknight committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    d1d0d57 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bcebfc6 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Flip pitch to /.../ as the main syntax

    A quick pass to flip `/.../` out of the alternatives
    and into the main syntax. Still needs a bunch of
    work.
    
    Also add some commentary on a regex with `]` as the
    starting character.
    hamishknight committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    1c2b7ad View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    e841184 View commit details
    Browse the repository at this point in the history
  2. Fix headings

    hamishknight committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    be7a802 View commit details
    Browse the repository at this point in the history
  3. Tweak phrasing

    hamishknight committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    06c2b28 View commit details
    Browse the repository at this point in the history
  4. Small tweaks

    hamishknight committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    91a93a8 View commit details
    Browse the repository at this point in the history
  5. Tweak

    hamishknight committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    c0e3bef View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Flesh things out a bit more. Initial bits for the Intro and Motivatio…

    …n. Split out Proposed solution from Detailed design. Parallelize the structure a bit better.
    DaveEwing committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    298092c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ebefa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    811bfcb View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Expand some prose

    hamishknight committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    70be006 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    4bb25b3 View commit details
    Browse the repository at this point in the history
  2. Add DSL example

    hamishknight committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    35d9132 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Configuration menu
    Copy the full SHA
    f99dadb View commit details
    Browse the repository at this point in the history
  2. Expand on typed captures

    hamishknight committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    eed1b24 View commit details
    Browse the repository at this point in the history
  3. Generalize language mode

    hamishknight committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    7ad4037 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Add multi-line mode

    hamishknight committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    f4ef0c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Update pitch

    hamishknight committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    addfbfd View commit details
    Browse the repository at this point in the history
  2. Clarify upgrade path

    hamishknight committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    bb819f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    0a9447a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Author links

    hamishknight committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    b41edbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8da68d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Update delimiter proposal

    More details and word smithing.
    milseman committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    9d0cf04 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Update Documentation/Evolution/DelimiterSyntax.md

    Co-authored-by: Michael Ilseman <michael.ilseman@gmail.com>
    hamishknight and milseman committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    720c10c View commit details
    Browse the repository at this point in the history
  2. Clarify backslash rule

    hamishknight committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    c045e21 View commit details
    Browse the repository at this point in the history
  3. Minor tweaks

    Standardize on "number signs" for mentions of `#`
    (though a couple of them read better as just the
    character). Also change the multi-line example to
    not include a `/` at the start, which matches the
    single-line version.
    hamishknight committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    e31262d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Update pitch

    - Add Source Compatibility section
    - Condense comment syntax ambiguity section
    - Mention `/.../` being less popular in some
    communities
    hamishknight committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    bf7702f View commit details
    Browse the repository at this point in the history
  2. Rename DelimiterSyntax.md -> RegexLiterals.md

    And remove the old version of the pitch.
    hamishknight committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    9c8a116 View commit details
    Browse the repository at this point in the history