Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagder/fcpp
Frexx C preprocessor
https://github.com/bagder/fcpp
c c-preprocessor preprocessor
Last synced: 7 days ago
JSON representation
Frexx C preprocessor
- Host: GitHub
- URL: https://github.com/bagder/fcpp
- Owner: bagder
- License: bsd-3-clause
- Created: 2011-05-09T07:25:18.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T12:50:17.000Z (7 months ago)
- Last Synced: 2024-10-17T14:55:35.637Z (21 days ago)
- Topics: c, c-preprocessor, preprocessor
- Language: C
- Homepage: https://daniel.haxx.se/projects/fcpp/
- Size: 89.8 KB
- Stars: 128
- Watchers: 15
- Forks: 42
- Open Issues: 3
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
Frexx CPP (C Preprocessor)
Copyright (c) by Daniel Stenberg 1993 - 2011
This is a C preprocessor. It is a project based on public domain code, then
forked by Daniel in 1993 and future work has been done under a BSD license.The C preprocessor is now (mostly?) ANSI C compliant, and some tweaks have
been applied to also make it fairly usable to process other data files, such
as HTML for simple web sites.WWW: http://daniel.haxx.se/projects/fcpp/
Code: https://github.com/bagder/fcpp