awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • sebastianbergmann/code-unit-reverse-lookupAvatar von sebastianbergmann

    sebastianbergmann/code-unit-reverse-lookup

    6,690Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,690
  1. Home
  2. Programming Languages & Runtimes
  3. Source Code Analysis Tools
  4. Structural Boundary Analysis