Search found 2 matches
- Sunday, 12 January 2025 @ 21:14 EST
- Forum: Web Tools
- Topic: C Preprocessor HTML generation
- Replies: 2
- Views: 2239
Re: C Preprocessor HTML generation
I was not! It looks interesting, but it doesn't appear to be packaged anywhere, and I'm not sure how to build it; it appears to require GCC 14, which isn't available on any system I have access to right now.
- Sunday, 12 January 2025 @ 19:54 EST
- Forum: Web Tools
- Topic: C Preprocessor HTML generation
- Replies: 2
- Views: 2239
C Preprocessor HTML generation
It's not a novel technique in the slightest, but I'm currently using the C preprocessor to process the HTML files for https://standingstones.neocities.org/ , which is pending a rename but is something I intend to work on further. The script I'm using looks like this:
#!/usr/bin/env bash
set -euxo ...
#!/usr/bin/env bash
set -euxo ...