https://github.com/pfultz2/Cloak
A mini-preprocessor library to demostrate the recursive capabilites of the preprocessor
https://github.com/pfultz2/Cloak
c c99 cplusplus cpreprocessor mini-preprocessor-library preprocessor recursion turing-tarpit
Last synced: about 1 month ago
JSON representation
A mini-preprocessor library to demostrate the recursive capabilites of the preprocessor
- Host: GitHub
- URL: https://github.com/pfultz2/Cloak
- Owner: pfultz2
- Created: 2012-05-09T23:33:12.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T21:54:08.000Z (about 5 years ago)
- Last Synced: 2024-10-30T05:57:52.307Z (6 months ago)
- Topics: c, c99, cplusplus, cpreprocessor, mini-preprocessor-library, preprocessor, recursion, turing-tarpit
- Language: C
- Size: 235 KB
- Stars: 918
- Watchers: 38
- Forks: 63
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-c-preprocessor - `pfultz2/Cloak` - - A mini-preprocessor library to demonstrate the recursive capabilities of the preprocessor. (Metaprogramming frameworks)
README
Cloak
=====A mini-preprocessor library to demonstrate the recursive capabilities of the preprocessor
This is just for exposition. For production, use [chaos-pp](http://sourceforge.net/projects/chaos-pp/) which is superior in every way.