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

feat: support embellishments and non-punctuation delimiters #42

Merged
merged 24 commits into from
Nov 26, 2023

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    7871a42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f44966 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb2735d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e78a9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ffe09e View commit details
    Browse the repository at this point in the history
  6. fix: brace-enclosed embellishment token support

    It appears that e{{_}} has the same effect as e{_}. e{{{_}}} triggers an
    error. This commit reflects this behavior in `gobbleSingleArgument`
    function.
    theseanl committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d60b5b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    047fc2f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    6bfbfe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2501548 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58921fe View commit details
    Browse the repository at this point in the history
  4. chore: use type assertions instead of type casting for

    gobbleSingleArguments return values
    theseanl committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    201461f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6450ae View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

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

Commits on Sep 13, 2023

  1. chore: run prettier

    theseanl committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ee97bad View commit details
    Browse the repository at this point in the history
  2. chore: add eslint

    theseanl committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5897e7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5839b73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71ccf8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    052b4ff View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    574d409 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ac4a93 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. refactor: make gobbleSingleArgument return Ast.Argument | null

    Now gobbleSingleArgument gobbles single argument for each run, and
    may mutates its parameter argspec to remove gobbled arguments.
    theseanl committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    815024d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b718174 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

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

Commits on Oct 8, 2023

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