Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T21:54:08.000Z (almost 5 years ago)
- Last Synced: 2024-02-17T10:35:30.481Z (10 months ago)
- Topics: c, c99, cplusplus, cpreprocessor, mini-preprocessor-library, preprocessor, recursion, turing-tarpit
- Language: C
- Size: 235 KB
- Stars: 882
- Watchers: 38
- Forks: 62
- 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.