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

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

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

1 个仓库

Awesome GitHub RepositoriesType-Mapping Transformations

Static analysis used to map dynamic language patterns onto static types for system-level languages.

Distinct from Structural Static Analysis: Focuses on the transformation of dynamic patterns to static types for compilation, rather than just structural discovery.

Explore 1 awesome GitHub repository matching testing & quality assurance · Type-Mapping Transformations. Refine with filters or upvote what's useful.

Awesome Type-Mapping Transformations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • canadahonk/porfforCanadaHonk 的头像

    CanadaHonk/porffor

    4,709在 GitHub 上查看↗

    Porffor 是一个提前(ahead-of-time)编译器,可将 JavaScript 和 TypeScript 源代码转换为原生机器码或 C 二进制文件。它作为一个原生二进制生成器和转译器,生成无需运行时或虚拟机即可运行的独立可执行文件。 该项目将源代码转换为 C 语言文件和 WebAssembly 二进制格式。它包含一个针对 TypeScript 的直接转译为二进制的流水线,允许在无需单独转译为 JavaScript 的情况下生成目标可执行文件。 该工具集还包括一个用于实时代码执行的交互式读取-求值-打印循环(REPL),以及用于调试源代码和分析执行性能的功能。

    Analyzes source code structure to map dynamic JavaScript patterns onto static types required for C and system-level languages.

    JavaScript
    在 GitHub 上查看↗4,709
  1. Home
  2. Testing & Quality Assurance
  3. Static Code Analysis
  4. Structural Static Analysis
  5. Type-Mapping Transformations