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

Reintroduce AST parse/walk #276

Merged
merged 20 commits into from
Apr 30, 2024
Merged

Reintroduce AST parse/walk #276

merged 20 commits into from
Apr 30, 2024

Commits on Jan 12, 2024

  1. it does something!

    gjtorikian committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    2eb74fe View commit details
    Browse the repository at this point in the history
  2. get a test working

    gjtorikian committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    894fa78 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    bd390b3 View commit details
    Browse the repository at this point in the history
  2. Add detach

    gjtorikian committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    2a13f99 View commit details
    Browse the repository at this point in the history
  3. r/mildlyunfuriating

    gjtorikian committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ac47ad7 View commit details
    Browse the repository at this point in the history
  4. it can walk!

    gjtorikian committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    5f21436 View commit details
    Browse the repository at this point in the history
  5. it can talk!

    gjtorikian committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7ce8b59 View commit details
    Browse the repository at this point in the history
  6. Add updated benchmarks

    gjtorikian committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    0224ec8 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Support more AST features

    gjtorikian committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d80f69d View commit details
    Browse the repository at this point in the history
  2. update benchmarks

    gjtorikian committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0201347 View commit details
    Browse the repository at this point in the history
  3. 💎 1.1.0

    gjtorikian committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c28939d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8b7e61 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

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

Commits on Apr 27, 2024

  1. Complete node lookups

    gjtorikian committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    41b4590 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. lint

    gjtorikian committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d020587 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9de6ac View commit details
    Browse the repository at this point in the history
  3. Add multiline_block_quotes

    gjtorikian committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5ac1dc9 View commit details
    Browse the repository at this point in the history
  4. Add escaped_char_spans

    gjtorikian committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4ef4951 View commit details
    Browse the repository at this point in the history
  5. add math

    gjtorikian committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b64998d View commit details
    Browse the repository at this point in the history
  6. Add relaxed_autolinks

    gjtorikian committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9a8b57d View commit details
    Browse the repository at this point in the history