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

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

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

1 个仓库

Awesome GitHub RepositoriesExpression Stringification

Conversion of code expressions or macro parameters into literal strings during compilation.

Distinct from Compile-Time Expression Evaluation: Unlike general expression evaluation, this focuses specifically on converting code patterns into strings for logging or generation.

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

Awesome Expression Stringification GitHub Repositories

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

    c3lang/c3c

    5,147在 GitHub 上查看↗

    c3c is the compiler for the C3 programming language, transforming source code into executable binaries, static libraries, or dynamic libraries using an LLVM backend. It implements a system based on result-based error handling, scoped memory pooling, and a semantic macro system. The compiler provides first-class support for hardware-backed SIMD vectors that map directly to processor instructions and enables runtime polymorphism through interface-based dynamic dispatch. The project covers a broad set of low-level capabilities, including manual and pooled memory management, inline assembly inte

    C3 turns code expressions or macro parameters into literal strings for logging, debugging, or code generation.

    C3c3compilerlanguage
    在 GitHub 上查看↗5,147
  1. Home
  2. Programming Languages & Runtimes
  3. Compile-Time Expression Evaluation
  4. Expression Stringification