Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 538 Bytes

File metadata and controls

10 lines (8 loc) · 538 Bytes

html.c

Simple library to render HTML in C, using a domain-specific language based on the C preprocessor, without any external dependencies. Currently a work-in-progress.

Credits and licensing

All credit goes to the amazing article Syntactic sugar in C - (ab)using "for" loops by @zserge, since this library is just an extension of what's described in the article. The license is probably going to be MIT once it's released.