1 个仓库
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.
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.