awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesStructural Boundary Analysis

Analyzing source file structure specifically to identify function and method boundaries.

Distinct from Source Code Analysis Tools: Focuses on identifying block boundaries rather than general AST conversion or security analysis.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Structural Boundary Analysis. Refine with filters or upvote what's useful.

Awesome Structural Boundary Analysis GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • sebastianbergmann/code-unit-reverse-lookupAvatar sebastianbergmann

    sebastianbergmann/code-unit-reverse-lookup

    6,690Vezi pe GitHub↗

    This project is a static code analysis tool that functions as a code unit resolver and source code line mapper. It identifies the specific function or method that contains a given line of code by analyzing the structure of source files without executing the program. The utility maps line numbers to their parent code units by examining the organization of source files and identifying the ownership of specific lines. It determines the boundaries of functions and methods through text-based structural parsing and range detection. These capabilities support source code analysis and static analysi

    Parses raw source code to identify the boundaries of function and method definitions.

    PHP
    Vezi pe GitHub↗6,690
  1. Home
  2. Programming Languages & Runtimes
  3. Source Code Analysis Tools
  4. Structural Boundary Analysis