There are 0 repository under c-preprocessor topic.
A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
:books: A demonstration of implementing a "type-safe" lazy iterator interface in pure C99
UTF-16 readable C preprocessor (A fork of mcpp 2.7.2)
Preprocess HTML with the GCC preprocessor!
Reference implementation and documentation of the C_ dialect
GLSL Preprocessing with the C Preprocessor in Java - based on JCPP
Code-generates ANSI C helpers that give your structs reflection-style access to field names, types, and values.
A collection of random, more or less useful C preprocessor macros
Binary arithmetic and cycles in the C Preprocessor
APPLYXn is a macro extension tool for the C preprocessor. It basically receives a macro name and a variable number of items; then applies the macro on each item one-by-one.
A C++23 and C23 preprocessor implemented in Python
bits of common code to reuse across C/C++ projects
Static site generator, that uses C preprocessor syntax.
Dr_Quine @ 42 - self replicating programs
Pattern-defeating quicksort as C macro
An attempt to keep cproto by Thomas E. Dickey (invisible-island.net/cproto/) up-to-date, and also adding some features
naïve templated vector datatype in C using preprocessor tricks