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

WIP: Use JuliaSyntax to count things out of parsed source code #79

Draft
wants to merge 35 commits into
base: main
Choose a base branch
from

Commits on Nov 24, 2022

  1. wip

    ericphanson committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    108b243 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

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

    ericphanson committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    dbbd2c0 View commit details
    Browse the repository at this point in the history
  3. wip

    ericphanson committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    6afeadf View commit details
    Browse the repository at this point in the history
  4. wip

    ericphanson committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    41f2838 View commit details
    Browse the repository at this point in the history
  5. wip

    ericphanson committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    76c60f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. wip counting stuff

    ericphanson committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    3533b4d View commit details
    Browse the repository at this point in the history
  2. use custom julia parsing

    ericphanson committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    3a8b839 View commit details
    Browse the repository at this point in the history
  3. some cleanup

    ericphanson committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    9162fd5 View commit details
    Browse the repository at this point in the history
  4. cleanup

    ericphanson committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    3a838b0 View commit details
    Browse the repository at this point in the history
  5. wip

    ericphanson committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    5c81a9b View commit details
    Browse the repository at this point in the history
  6. rm using & import counts

    ericphanson committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    529b848 View commit details
    Browse the repository at this point in the history
  7. wip

    ericphanson committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    d7a3636 View commit details
    Browse the repository at this point in the history
  8. rename

    ericphanson committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    6b5c36e View commit details
    Browse the repository at this point in the history
  9. fix padding

    ericphanson committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    19b34b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. bump JuliaSyntax

    ericphanson committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    58ee021 View commit details
    Browse the repository at this point in the history
  2. wip

    ericphanson committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    71f8d16 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Configuration menu
    Copy the full SHA
    97d20ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9412cc6 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    61932dd View commit details
    Browse the repository at this point in the history
  2. format

    ericphanson committed May 19, 2023
    Configuration menu
    Copy the full SHA
    3bb4128 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f12d7e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. fixes & improvements

    ericphanson committed May 20, 2023
    Configuration menu
    Copy the full SHA
    8d5ca2b View commit details
    Browse the repository at this point in the history
  2. cleanup

    ericphanson committed May 20, 2023
    Configuration menu
    Copy the full SHA
    4f0f33a View commit details
    Browse the repository at this point in the history
  3. rm test comment

    ericphanson committed May 20, 2023
    Configuration menu
    Copy the full SHA
    520f9f4 View commit details
    Browse the repository at this point in the history
  4. fix error path

    ericphanson committed May 20, 2023
    Configuration menu
    Copy the full SHA
    8f47893 View commit details
    Browse the repository at this point in the history
  5. add docstring counts

    ericphanson committed May 20, 2023
    Configuration menu
    Copy the full SHA
    3626d3e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    119c274 View commit details
    Browse the repository at this point in the history
  7. up

    ericphanson committed May 20, 2023
    Configuration menu
    Copy the full SHA
    5ca53c0 View commit details
    Browse the repository at this point in the history
  8. work on handling imports

    ericphanson committed May 20, 2023
    Configuration menu
    Copy the full SHA
    2020df3 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. switch to @maybecatch

    ericphanson committed May 21, 2023
    Configuration menu
    Copy the full SHA
    4e29f20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d55598b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    243fc44 View commit details
    Browse the repository at this point in the history
  4. wip

    ericphanson committed May 21, 2023
    Configuration menu
    Copy the full SHA
    bf5c462 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. wip

    ericphanson committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    583f62c View commit details
    Browse the repository at this point in the history