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

chore: refactor ast parser and inspector #24

Merged
merged 6 commits into from
Jul 30, 2024
Merged

chore: refactor ast parser and inspector #24

merged 6 commits into from
Jul 30, 2024

Commits on May 24, 2024

  1. chore: refactor ast parser and inspector

    Keep current context for `ast.File` in AST parser.
    Iterate over all files in file-set to traverse with AST parser.
    
    For #23
    g4s8 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ed59a7b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. feat: multi-files structure parsers

    Reimplemented the AST logic to parse multiple files from
    single file-set and parse types documentation from the fileset.
    
    Ref: #23
    g4s8 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    5df0879 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. feat: project structure parser

    g4s8 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a271529 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. doc: fix examples

    g4s8 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    1803913 View commit details
    Browse the repository at this point in the history
  2. lint: fix linter warnings

    g4s8 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    74424f6 View commit details
    Browse the repository at this point in the history
  3. ci: bump golangci version

    g4s8 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    591db74 View commit details
    Browse the repository at this point in the history