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

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

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

1 个仓库

Awesome GitHub RepositoriesOS-Specific Code Blocks

Allows the insertion of raw platform-specific code that is only included in the output for matching target operating systems.

Distinct from Multi-Target Compilers: Focuses on conditional raw code injection based on OS target, rather than general multi-target bytecode generation.

Explore 1 awesome GitHub repository matching programming languages & runtimes · OS-Specific Code Blocks. Refine with filters or upvote what's useful.

Awesome OS-Specific Code Blocks GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • batsh-dev-team/batshbatsh-dev-team 的头像

    batsh-dev-team/Batsh

    4,351在 GitHub 上查看↗

    Batsh 是一款跨平台 Shell 编译器和转译器,将统一的脚本语法转换为 Bash 和 Windows Batch 的平台特定命令。它充当多平台脚本生成器,将单一源语言转换为兼容 Linux、macOS 和 Windows 的可执行脚本。 该系统利用一种将高层构造映射到中间表示并解决命令标志和变量扩展差异的转换过程。它支持条件目标嵌入,允许将原始代码块注入到特定操作系统的输出中,同时对其他操作系统忽略。 该工具涵盖了通过将单个源文件转换为多个不同脚本格式来生成环境无关的构建工具和部署脚本。这确保了系统命令可以在不同操作系统上执行,而无需重复逻辑。

    Provides the ability to inject raw code blocks into the output stream only when targeting a specific operating system.

    OCaml
    在 GitHub 上查看↗4,351
  1. Home
  2. Programming Languages & Runtimes
  3. Source Code Compilers
  4. Multi-Target Compilers
  5. OS-Specific Code Blocks