awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesType Assertion Identification

Locating and analyzing expressions that validate interface types at runtime.

Distinct from Static Type Assertions: Distinct from Static Type Assertions as it identifies actual language constructs used for runtime validation rather than providing hints to a tool.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Type Assertion Identification. Refine with filters or upvote what's useful.

Awesome Type Assertion Identification GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • chai2010/go-ast-bookchai2010 的头像

    chai2010/go-ast-book

    5,510在 GitHub 上查看↗

    go-ast-book 是一系列专注于抽象语法树(AST)分析、编译器开发和静态代码验证的教育和技术资源。它提供了解析、遍历和分析 Go 源代码以提取语义含义的指南和手册。 该项目作为构建编译器前端的参考,涵盖了将高级代码转换为中间表示和静态单赋值形式的过程。它还提供了使用这些技术开发语言工具和执行静态代码分析的说明。 这些资源涵盖了广泛的静态分析能力,包括词法标记化、表达式和声明的结构化解析,以及源文件的坐标跟踪。它还详细介绍了语义分析过程,如标识符解析、类型正确性验证,以及针对并发和延迟执行的控制流分析。

    Locates type assertion expressions to determine how a program validates interface types at runtime.

    Go
    在 GitHub 上查看↗5,510
  1. Home
  2. Programming Languages & Runtimes
  3. Type Conversion and Casting
  4. Static Type Assertions
  5. Type Assertion Identification