Topic: "c-preprocessor"
windelbouwman/ppci
A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
Language: Python - Size: 12.4 MB - Last synced at: about 7 hours ago - Pushed at: almost 3 years ago - Stars: 342 - Forks: 36

dspinellis/cscout
C code refactoring browser
Language: C - Size: 4.75 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 208 - Forks: 38

fuhsnn/slimcc
C11 compiler with C23/C2y/GNU extensions for x86-64 Linux/BSD
Language: C - Size: 610 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 145 - Forks: 16

bagder/fcpp
Frexx C preprocessor
Language: C - Size: 89.8 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 134 - Forks: 43

TotallyNotChase/c-iterators
:books: A demonstration of implementing a "type-safe" lazy iterator interface in pure C99
Language: C - Size: 686 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 98 - Forks: 2

camel-cdr/bfcpp
Optimizing Brainfuck interpreter in the C preprocessor
Language: C - Size: 77.1 KB - Last synced at: 7 days ago - Pushed at: almost 3 years ago - Stars: 61 - Forks: 3

bnoazx005/tcpp
A simple, single-header library which implements C preprocessor
Language: C++ - Size: 348 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 52 - Forks: 12

madmurphy/zen.h
C preprocessor utilities
Language: C - Size: 17.6 KB - Last synced at: 15 days ago - Pushed at: almost 7 years ago - Stars: 20 - Forks: 2

katahiromz/mcpp
UTF-16 readable C preprocessor (A fork of mcpp 2.7.2)
Language: C - Size: 1.57 MB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 12 - Forks: 0

vmchale/cpp-build
Use the C pre-processor on Rust projects
Language: Rust - Size: 47.9 KB - Last synced at: 23 days ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 1

IrisShaders/glsl-preprocessor Fork of shevek/jcpp
GLSL Preprocessing with the C Preprocessor in Java - based on JCPP
Language: Java - Size: 12 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 4 - Forks: 0

UnknowableCoder/MackroTricks
Binary arithmetic and cycles in the C Preprocessor
Language: C - Size: 23.4 KB - Last synced at: 10 months ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 0

lcsmuller/reflect-c
A C89 library that adds reflection capabilities to C structs through code generation
Language: C - Size: 97.7 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 3 - Forks: 0

eladn/applyxn-c-macro
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.
Language: C++ - Size: 87.9 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

MichaelBrim/tedium
bits of common code to reuse across C/C++ projects
Language: C - Size: 34.2 KB - Last synced at: 12 days ago - Pushed at: 7 months ago - Stars: 2 - Forks: 1

RGBCube/GCCPreprocessHTML
Preprocess HTML with the GCC preprocessor!
Language: Python - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

b-duncs/holbertonschool-low_level_programming
Introduction to C
Language: C - Size: 459 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 1

mujtaba-io/c-macro-static-site-generator
Static site generator, that uses C preprocessor syntax.
Language: Python - Size: 12.7 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

TheRobotFox/MGX
Macros Generate Expressions
Language: C - Size: 43 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

unsubtract/brainfuck.h
A C header that allows building brainfuck programs within a C compiler.
Language: C - Size: 25.4 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

rolandbernard/cmacros
A collection of random, more or less useful C preprocessor macros
Language: C - Size: 31.3 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

kyuupichan/kcpp
A C++23 and C23 preprocessor implemented in Python
Language: Python - Size: 2.65 MB - Last synced at: 2 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

pawel-tarasiuk/cpdqsort
Pattern-defeating quicksort as C macro
Language: C - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

loganzartman/100vecs
naïve templated vector datatype in C using preprocessor tricks
Language: C - Size: 77.1 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

asmwarrior/cpp-preprocessor Fork of penguinfreud/cpp-preprocessor
Language: C++ - Size: 49.8 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

rindeal/chaos-pp 📦
chaos preprocessor library. This is what boost preprocessor derived from.
Language: HTML - Size: 1.7 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 1

rindeal/order-pp 📦
order-pp preprocessor library (standalone part of chaos-pp)
Language: C - Size: 880 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 1

hilbix/cppmeta
C Preprocessor metaprogramming and other useful abuses
Language: C++ - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

apfeltee/cproto
An attempt to keep cproto by Thomas E. Dickey (invisible-island.net/cproto/) up-to-date, and also adding some features
Language: C - Size: 282 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

pbondoer/42-dr_quine
Dr_Quine @ 42 - self replicating programs
Language: C - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0
